From 703c5741bd665078f5363651fe2fa95dd36acbfb Mon Sep 17 00:00:00 2001 From: snowleo Date: Tue, 10 Jan 2012 01:02:23 +0100 Subject: Essentials should run now... --- .../src/com/earth2me/essentials/protect/EssentialsConnect.java | 1 + 1 file changed, 1 insertion(+) (limited to 'EssentialsProtect/src') diff --git a/EssentialsProtect/src/com/earth2me/essentials/protect/EssentialsConnect.java b/EssentialsProtect/src/com/earth2me/essentials/protect/EssentialsConnect.java index b208b5e43..38c6cc3f9 100644 --- a/EssentialsProtect/src/com/earth2me/essentials/protect/EssentialsConnect.java +++ b/EssentialsProtect/src/com/earth2me/essentials/protect/EssentialsConnect.java @@ -29,6 +29,7 @@ public class EssentialsConnect } ess = (IEssentials)essPlugin; protect = (IProtect)essProtect; + protect.setSettings(new ProtectHolder(ess)); ProtectReloader pr = new ProtectReloader(); pr.onReload(); ess.addReloadListener(pr); -- cgit v1.2.3