summaryrefslogtreecommitdiffstats
path: root/EssentialsGeoIP
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
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')
-rw-r--r--EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIP.java2
-rw-r--r--EssentialsGeoIP/src/plugin.yml4
2 files changed, 3 insertions, 3 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"));
diff --git a/EssentialsGeoIP/src/plugin.yml b/EssentialsGeoIP/src/plugin.yml
index ebdc3a97f..fbb17eda9 100644
--- a/EssentialsGeoIP/src/plugin.yml
+++ b/EssentialsGeoIP/src/plugin.yml
@@ -5,5 +5,5 @@ main: com.earth2me.essentials.geoip.EssentialsGeoIP
version: TeamCity
website: http://tiny.cc/EssentialsWiki
description: Shows the country or city of a user on login and /whois.
-authors: [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology]
-depend: [Essentials] \ No newline at end of file
+authors: [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits]
+depend: [Essentials3] \ No newline at end of file