Bug fix and changes #27

Merged
ShadowRanger merged 10 commits from master into master 2015-06-24 20:17:14 -04:00
19 changed files with 510 additions and 185 deletions
Showing only changes of commit 3c7d1696ff - Show all commits

View File

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

View File

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