diff options
Diffstat (limited to 'EssentialsProtect')
-rw-r--r-- | EssentialsProtect/src/com/earth2me/essentials/protect/Permissions.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/EssentialsProtect/src/com/earth2me/essentials/protect/Permissions.java b/EssentialsProtect/src/com/earth2me/essentials/protect/Permissions.java index 1ed32ddda..2404e165f 100644 --- a/EssentialsProtect/src/com/earth2me/essentials/protect/Permissions.java +++ b/EssentialsProtect/src/com/earth2me/essentials/protect/Permissions.java @@ -1,6 +1,6 @@ package com.earth2me.essentials.protect; -import com.earth2me.essentials.Util; +import com.earth2me.essentials.utils.Util; import com.earth2me.essentials.api.IPermission; import java.util.Locale; import org.bukkit.command.CommandSender; |