[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 57b5af7829
commit 1bd8fe41b8
1 changed files with 3 additions and 1 deletions

View File

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