summaryrefslogtreecommitdiffstats
path: root/EssentialsGeoIP/src
diff options
context:
space:
mode:
authorsnowleo <schneeleo@gmail.com>2012-03-14 03:01:23 +0100
committersnowleo <schneeleo@gmail.com>2012-03-14 03:01:23 +0100
commit1bfe63da96ca91a736da95a6a82fc2ef747e3228 (patch)
tree1615d012a5e878e9bf1446cbb70e5ec953ea67f3 /EssentialsGeoIP/src
parentb5710769155677daf8b03d72387c038a876d9998 (diff)
downloadEssentials-1bfe63da96ca91a736da95a6a82fc2ef747e3228.tar
Essentials-1bfe63da96ca91a736da95a6a82fc2ef747e3228.tar.gz
Essentials-1bfe63da96ca91a736da95a6a82fc2ef747e3228.tar.lz
Essentials-1bfe63da96ca91a736da95a6a82fc2ef747e3228.tar.xz
Essentials-1bfe63da96ca91a736da95a6a82fc2ef747e3228.zip
Splitting permissions and ranks (renamed from groups)
Deleted all old permissions handlers, since we fully use superperms now
Diffstat (limited to 'EssentialsGeoIP/src')
-rw-r--r--EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIPPlayerListener.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIPPlayerListener.java b/EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIPPlayerListener.java
index 45d21d89c..158457155 100644
--- a/EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIPPlayerListener.java
+++ b/EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIPPlayerListener.java
@@ -4,7 +4,7 @@ import static com.earth2me.essentials.I18n._;
import com.earth2me.essentials.api.IEssentials;
import com.earth2me.essentials.api.IReload;
import com.earth2me.essentials.api.IUser;
-import com.earth2me.essentials.perm.Permissions;
+import com.earth2me.essentials.permissions.Permissions;
import com.maxmind.geoip.Location;
import com.maxmind.geoip.LookupService;
import com.maxmind.geoip.regionName;