Bug fix and changes
This commit is contained in:
@@ -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;
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user