From 3c385e69271dfe8530fadc3f67e13ee495e4b0e1 Mon Sep 17 00:00:00 2001 From: ementalo Date: Mon, 16 Jul 2012 15:01:16 +0100 Subject: Package Renames --- .../src/com/earth2me/essentials/protect/Permissions.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'EssentialsProtect/src/com/earth2me/essentials/protect/Permissions.java') diff --git a/EssentialsProtect/src/com/earth2me/essentials/protect/Permissions.java b/EssentialsProtect/src/com/earth2me/essentials/protect/Permissions.java index 2404e165f..0cb2d49ef 100644 --- a/EssentialsProtect/src/com/earth2me/essentials/protect/Permissions.java +++ b/EssentialsProtect/src/com/earth2me/essentials/protect/Permissions.java @@ -1,7 +1,7 @@ package com.earth2me.essentials.protect; -import com.earth2me.essentials.utils.Util; -import com.earth2me.essentials.api.IPermission; +import net.ess3.utils.Util; +import net.ess3.api.IPermission; import java.util.Locale; import org.bukkit.command.CommandSender; import org.bukkit.permissions.Permission; -- cgit v1.2.3