summaryrefslogtreecommitdiffstats
path: root/EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIP.java
diff options
context:
space:
mode:
authorsnowleo <schneeleo@gmail.com>2012-06-27 14:24:05 +0200
committersnowleo <schneeleo@gmail.com>2012-06-27 14:24:05 +0200
commit653864da356be7fb9d2dc68e5effe71d7880c645 (patch)
tree71d6663d792b34ebba147190dfbc1f86c8cc09ee /EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIP.java
parentc1230bd6ae4e17539e1f6f2c82691fa7a8395e8c (diff)
downloadEssentials-653864da356be7fb9d2dc68e5effe71d7880c645.tar
Essentials-653864da356be7fb9d2dc68e5effe71d7880c645.tar.gz
Essentials-653864da356be7fb9d2dc68e5effe71d7880c645.tar.lz
Essentials-653864da356be7fb9d2dc68e5effe71d7880c645.tar.xz
Essentials-653864da356be7fb9d2dc68e5effe71d7880c645.zip
Missed files during rename
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 43b4959da..82d1feeed 100644
--- a/EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIP.java
+++ b/EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIP.java
@@ -13,7 +13,7 @@ public class EssentialsGeoIP extends JavaPlugin
public void onEnable()
{
final PluginManager pm = getServer().getPluginManager();
- final IEssentials ess = (IEssentials)pm.getPlugin("Essentials3");
+ final IEssentials ess = (IEssentials)pm.getPlugin("Essentials-3");
if (!this.getDescription().getVersion().equals(ess.getDescription().getVersion()))
{
getLogger().log(Level.WARNING, _("versionMismatchAll"));