mirror of
				https://github.com/mcMMO-Dev/mcMMO.git
				synced 2025-11-03 18:43:43 +01:00 
			
		
		
		
	Fixing a typo in mcremove
This commit is contained in:
		@@ -76,7 +76,7 @@ public class McremoveCommand implements CommandExecutor {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
            sender.sendMessage("User "+playerName+" removed from MySQL DB!"); //TODO: Needs more locale.
 | 
					            sender.sendMessage("User "+playerName+" removed from MySQL DB!"); //TODO: Needs more locale.
 | 
				
			||||||
            } else {
 | 
					            } else {
 | 
				
			||||||
                sender.sendMessage("Unabled to find player named "+playerName+" in the database!");
 | 
					                sender.sendMessage("Unable to find player named "+playerName+" in the database!");
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        } else {
 | 
					        } else {
 | 
				
			||||||
            if(removeFlatFileUser(playerName)) {
 | 
					            if(removeFlatFileUser(playerName)) {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user