summaryrefslogtreecommitdiffstats
path: root/EssentialsProtect/src/com/earth2me/essentials/protect/ItemUsePermissions.java
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 /EssentialsProtect/src/com/earth2me/essentials/protect/ItemUsePermissions.java
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 'EssentialsProtect/src/com/earth2me/essentials/protect/ItemUsePermissions.java')
-rw-r--r--EssentialsProtect/src/com/earth2me/essentials/protect/ItemUsePermissions.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/EssentialsProtect/src/com/earth2me/essentials/protect/ItemUsePermissions.java b/EssentialsProtect/src/com/earth2me/essentials/protect/ItemUsePermissions.java
index 258a93761..7cd147aee 100644
--- a/EssentialsProtect/src/com/earth2me/essentials/protect/ItemUsePermissions.java
+++ b/EssentialsProtect/src/com/earth2me/essentials/protect/ItemUsePermissions.java
@@ -1,7 +1,7 @@
package com.earth2me.essentials.protect;
import com.earth2me.essentials.api.IPermission;
-import com.earth2me.essentials.perm.AbstractSuperpermsPermission;
+import com.earth2me.essentials.permissions.AbstractSuperpermsPermission;
import java.util.EnumMap;
import java.util.Locale;
import java.util.Map;