summaryrefslogtreecommitdiffstats
path: root/EssentialsProtect
diff options
context:
space:
mode:
authorKHobbits <rob@khobbits.co.uk>2012-01-25 23:53:31 +0000
committerKHobbits <rob@khobbits.co.uk>2012-01-25 23:56:54 +0000
commitc689b55c4ddff6483799e021334e403db745562e (patch)
tree4104b947c1df836316a0c03a7747b3e1dc35637d /EssentialsProtect
parentcbee61093e04f3f3fb85fa464d93c75c1ed15827 (diff)
downloadEssentials-c689b55c4ddff6483799e021334e403db745562e.tar
Essentials-c689b55c4ddff6483799e021334e403db745562e.tar.gz
Essentials-c689b55c4ddff6483799e021334e403db745562e.tar.lz
Essentials-c689b55c4ddff6483799e021334e403db745562e.tar.xz
Essentials-c689b55c4ddff6483799e021334e403db745562e.zip
Fix depends
Diffstat (limited to 'EssentialsProtect')
-rw-r--r--EssentialsProtect/src/com/earth2me/essentials/protect/EssentialsProtect.java2
-rw-r--r--EssentialsProtect/src/plugin.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/EssentialsProtect/src/com/earth2me/essentials/protect/EssentialsProtect.java b/EssentialsProtect/src/com/earth2me/essentials/protect/EssentialsProtect.java
index 75a462888..4f392e141 100644
--- a/EssentialsProtect/src/com/earth2me/essentials/protect/EssentialsProtect.java
+++ b/EssentialsProtect/src/com/earth2me/essentials/protect/EssentialsProtect.java
@@ -38,7 +38,7 @@ public class EssentialsProtect extends JavaPlugin implements IProtect
public void onEnable()
{
final PluginManager pm = this.getServer().getPluginManager();
- final Plugin essPlugin = pm.getPlugin("Essentials");
+ final Plugin essPlugin = pm.getPlugin("Essentials3");
if (essPlugin == null || !essPlugin.isEnabled())
{
enableEmergencyMode(pm);
diff --git a/EssentialsProtect/src/plugin.yml b/EssentialsProtect/src/plugin.yml
index bbe628e67..42fe156b9 100644
--- a/EssentialsProtect/src/plugin.yml
+++ b/EssentialsProtect/src/plugin.yml
@@ -6,4 +6,4 @@ version: TeamCity
website: http://tiny.cc/EssentialsWiki
description: Provides protection for various parts of the world.
authors: [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits]
-softdepend: [Essentials] \ No newline at end of file
+softdepend: [Essentials3] \ No newline at end of file