summaryrefslogtreecommitdiffstats
path: root/EssentialsXMPP/src
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 /EssentialsXMPP/src
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 'EssentialsXMPP/src')
-rw-r--r--EssentialsXMPP/src/com/earth2me/essentials/xmpp/EssentialsXMPP.java2
-rw-r--r--EssentialsXMPP/src/plugin.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/EssentialsXMPP/src/com/earth2me/essentials/xmpp/EssentialsXMPP.java b/EssentialsXMPP/src/com/earth2me/essentials/xmpp/EssentialsXMPP.java
index 01e1ce131..507326296 100644
--- a/EssentialsXMPP/src/com/earth2me/essentials/xmpp/EssentialsXMPP.java
+++ b/EssentialsXMPP/src/com/earth2me/essentials/xmpp/EssentialsXMPP.java
@@ -36,7 +36,7 @@ public class EssentialsXMPP extends JavaPlugin implements IEssentialsXMPP
instance = this;
final PluginManager pluginManager = getServer().getPluginManager();
- ess = (IEssentials)pluginManager.getPlugin("Essentials");
+ ess = (IEssentials)pluginManager.getPlugin("Essentials3");
if (!this.getDescription().getVersion().equals(ess.getDescription().getVersion()))
{
LOGGER.log(Level.WARNING, _("versionMismatchAll"));
diff --git a/EssentialsXMPP/src/plugin.yml b/EssentialsXMPP/src/plugin.yml
index e152024fd..ed885011d 100644
--- a/EssentialsXMPP/src/plugin.yml
+++ b/EssentialsXMPP/src/plugin.yml
@@ -7,7 +7,7 @@ website: http://tiny.cc/EssentialsWiki
description: Provides xmpp communication.
authors:
- snowleo
-depend: [Essentials]
+depend: [Essentials3]
commands:
setxmpp:
description: set your xmpp address