1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-16 03:24:31 +02:00

Fix dependency

Loading from lib won't work, so back to the old method.
This commit is contained in:
snowleo
2011-06-07 21:55:31 +02:00
parent 640f51564a
commit b1446154bf
4 changed files with 11 additions and 4 deletions

View File

@@ -36,7 +36,6 @@ public class EssentialsProtect extends JavaPlugin implements IConf, IProtect
public void onEnable()
{
ess = Essentials.getStatic();
ess.getDependancyChecker().checkProtectDependancies();
final PluginManager pm = this.getServer().getPluginManager();
final EssentialsProtectPlayerListener playerListener = new EssentialsProtectPlayerListener(this);