summaryrefslogtreecommitdiffstats
path: root/EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIP.java
diff options
context:
space:
mode:
authorIaccidentally <coryhuckaby@gmail.com>2013-07-13 12:40:50 -0400
committerIaccidentally <coryhuckaby@gmail.com>2013-07-13 12:40:50 -0400
commitacca5bd4d80897e14c90a1c552de5b10caab6f8e (patch)
treef1d763293be351750f7bbe26f2007fe86fe18159 /EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIP.java
parent2cd909edc96072d9f007f4ade0261876c13762ee (diff)
downloadEssentials-acca5bd4d80897e14c90a1c552de5b10caab6f8e.tar
Essentials-acca5bd4d80897e14c90a1c552de5b10caab6f8e.tar.gz
Essentials-acca5bd4d80897e14c90a1c552de5b10caab6f8e.tar.lz
Essentials-acca5bd4d80897e14c90a1c552de5b10caab6f8e.tar.xz
Essentials-acca5bd4d80897e14c90a1c552de5b10caab6f8e.zip
[API] fix other modules to use new packages
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 eb401c6db..02e901b5b 100644
--- a/EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIP.java
+++ b/EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIP.java
@@ -1,7 +1,7 @@
package com.earth2me.essentials.geoip;
import static com.earth2me.essentials.I18n._;
-import com.earth2me.essentials.IEssentials;
+import net.ess3.api.IEssentials;
import java.util.logging.Level;
import org.bukkit.plugin.PluginManager;
import org.bukkit.plugin.java.JavaPlugin;