mirror of
https://github.com/TotalFreedomMC/OpenInv.git
synced 2024-12-23 00:15:08 +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 {
|
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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue