summaryrefslogtreecommitdiffstats
path: root/EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIP.java
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 /EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIP.java
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 'EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIP.java')
-rw-r--r--EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIP.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIP.java b/EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIP.java
index 2fa8b0adf..b6697a658 100644
--- a/EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIP.java
+++ b/EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIP.java
@@ -22,7 +22,7 @@ public class EssentialsGeoIP extends JavaPlugin
public void onEnable()
{
final PluginManager pm = getServer().getPluginManager();
- final IEssentials ess = (IEssentials)pm.getPlugin("Essentials");
+ final IEssentials ess = (IEssentials)pm.getPlugin("Essentials3");
if (!this.getDescription().getVersion().equals(ess.getDescription().getVersion()))
{
getLogger().log(Level.WARNING, _("versionMismatchAll"));