Bug fix and changes #27
@@ -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;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user