mirror of
https://github.com/TotalFreedomMC/OpenInv.git
synced 2024-12-22 16:05:03 +00:00
Bug fix and changes
This commit is contained in:
parent
902def1dd7
commit
3c7d1696ff
2 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue