summaryrefslogtreecommitdiffstats
path: root/EssentialsProtect
diff options
context:
space:
mode:
authorsnowleo <schneeleo@gmail.com>2012-01-10 01:02:23 +0100
committersnowleo <schneeleo@gmail.com>2012-01-10 01:02:23 +0100
commit703c5741bd665078f5363651fe2fa95dd36acbfb (patch)
treeca38f0ed350a9f6130c255a78a28af73af576181 /EssentialsProtect
parentd64c73fc51817b3698510b7eea0cdfa274a58c63 (diff)
downloadEssentials-703c5741bd665078f5363651fe2fa95dd36acbfb.tar
Essentials-703c5741bd665078f5363651fe2fa95dd36acbfb.tar.gz
Essentials-703c5741bd665078f5363651fe2fa95dd36acbfb.tar.lz
Essentials-703c5741bd665078f5363651fe2fa95dd36acbfb.tar.xz
Essentials-703c5741bd665078f5363651fe2fa95dd36acbfb.zip
Essentials should run now...
Diffstat (limited to 'EssentialsProtect')
-rw-r--r--EssentialsProtect/src/com/earth2me/essentials/protect/EssentialsConnect.java1
1 files changed, 1 insertions, 0 deletions
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);