From 06f54fdbac1874c549b5181d92b4a9474da55dcc Mon Sep 17 00:00:00 2001 From: md_5 Date: Wed, 27 Jun 2012 20:27:27 +1000 Subject: That just leaves the big ol' core. Largely ignore Compat as it is very temporary. --- .../src/com/earth2me/essentials/geoip/EssentialsGeoIP.java | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIP.java') diff --git a/EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIP.java b/EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIP.java index b6697a658..43b4959da 100644 --- a/EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIP.java +++ b/EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIP.java @@ -9,15 +9,6 @@ import org.bukkit.plugin.java.JavaPlugin; public class EssentialsGeoIP extends JavaPlugin { - public EssentialsGeoIP() - { - } - - @Override - public void onDisable() - { - } - @Override public void onEnable() { @@ -27,7 +18,8 @@ public class EssentialsGeoIP extends JavaPlugin { getLogger().log(Level.WARNING, _("versionMismatchAll")); } - if (!ess.isEnabled()) { + if (!ess.isEnabled()) + { this.setEnabled(false); return; } -- cgit v1.2.3