summaryrefslogtreecommitdiffstats
path: root/EssentialsGeoIP/src
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
commitecd2484cb93ebb5677583e772e289ce4c314b468 (patch)
treef4f71af1ec311340b57e4382c9873ec5aa1af910 /EssentialsGeoIP/src
parentadb5189d42c8707bbf8ccdf7988f0c96ea5d04c2 (diff)
downloadEssentials-ecd2484cb93ebb5677583e772e289ce4c314b468.tar
Essentials-ecd2484cb93ebb5677583e772e289ce4c314b468.tar.gz
Essentials-ecd2484cb93ebb5677583e772e289ce4c314b468.tar.lz
Essentials-ecd2484cb93ebb5677583e772e289ce4c314b468.tar.xz
Essentials-ecd2484cb93ebb5677583e772e289ce4c314b468.zip
[API] fix other modules to use new packages
Diffstat (limited to 'EssentialsGeoIP/src')
-rw-r--r--EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIP.java2
-rw-r--r--EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIPPlayerListener.java2
2 files changed, 2 insertions, 2 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;
diff --git a/EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIPPlayerListener.java b/EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIPPlayerListener.java
index 1d37f585d..89debe9fe 100644
--- a/EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIPPlayerListener.java
+++ b/EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIPPlayerListener.java
@@ -3,8 +3,8 @@ package com.earth2me.essentials.geoip;
import com.earth2me.essentials.EssentialsConf;
import static com.earth2me.essentials.I18n._;
import com.earth2me.essentials.IConf;
-import com.earth2me.essentials.IEssentials;
import com.earth2me.essentials.User;
+import net.ess3.api.IEssentials;
import com.maxmind.geoip.Location;
import com.maxmind.geoip.LookupService;
import com.maxmind.geoip.regionName;