From b1446154bfd65e91ea8f77d9078a3360d1a990a8 Mon Sep 17 00:00:00 2001 From: snowleo Date: Tue, 7 Jun 2011 21:55:31 +0200 Subject: Fix dependency Loading from lib won't work, so back to the old method. --- .../src/com/earth2me/essentials/protect/EssentialsProtect.java | 1 - 1 file changed, 1 deletion(-) (limited to 'EssentialsProtect/src') diff --git a/EssentialsProtect/src/com/earth2me/essentials/protect/EssentialsProtect.java b/EssentialsProtect/src/com/earth2me/essentials/protect/EssentialsProtect.java index c8a8bcfc2..afa98b568 100644 --- a/EssentialsProtect/src/com/earth2me/essentials/protect/EssentialsProtect.java +++ b/EssentialsProtect/src/com/earth2me/essentials/protect/EssentialsProtect.java @@ -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); -- cgit v1.2.3