Bug fix and changes

This commit is contained in:
ShadowRanger 2015-06-23 13:35:25 +10:00
parent 902def1dd7
commit 3c7d1696ff
2 changed files with 0 additions and 2 deletions

View file

@ -82,7 +82,6 @@ public class OpenEnderCommand implements CommandExecutor {
}
else {
uuid = UUIDUtil.getUUIDOf(args[0]);
if (uuid == null) {
player.sendMessage(ChatColor.RED + "Player not found!");
return true;

View file

@ -75,7 +75,6 @@ public class OpenInvCommand implements CommandExecutor {
}
else {
uuid = UUIDUtil.getUUIDOf(args[0]);
if (uuid == null) {
player.sendMessage(ChatColor.RED + "Player not found!");
return true;