1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-25 23:46:15 +02:00

[trunk] Hopefully fixes java.lang.IllegalAccessError in EssentialsBlockListener

Force the hidden classes to load by the same ClassLoader.

git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1130 e251c2fe-e539-e718-e476-b85c1f46cddb
This commit is contained in:
snowleo
2011-04-05 16:31:38 +00:00
parent 3885fd99e9
commit 9f1504739d

View File

@@ -76,7 +76,9 @@ public class Essentials extends JavaPlugin
"OfflinePlayer",
"ItemDb",
"Mob",
"EssentialsBlockListener"
"EssentialsBlockListener",
"EssentialsBlockListener$1",
"EssentialsBlockListener$2"
};
try