Sorted all members

This commit is contained in:
Andrew
2013-05-29 10:52:54 +12:00
parent b29a3fae5e
commit ecb4f1e8ec
9 changed files with 78 additions and 73 deletions

View File

@@ -10,6 +10,7 @@ import org.bukkit.entity.Player;
public class UndisguiseCommand implements CommandExecutor {
@Override
public boolean onCommand(CommandSender sender, Command cmd, String label, String[] args) {
Player p = (Player) sender;
if (sender.hasPermission("libsdisguises.undisguise")) {