Completely removed warning about spaces in world names when using the allworlds command

This commit is contained in:
David Berdik 2019-08-01 12:00:29 -04:00
parent 095a60a8f1
commit 3734f2af1f

View File

@ -598,8 +598,6 @@ public class CmdExecutor implements CommandExecutor {
.addAllWorlds();
player.sendMessage(ChatColor.GREEN
+ "[Herobrine] All worlds have been added to the configuration file. Herobrine can now access all of the server's worlds.");
player.sendMessage(ChatColor.YELLOW
+ "[Herobrine] WARNING! - One or more worlds was determined to have a space in its name. Please be aware that worlds with spaces in their name may cause problems.");
} else {
player.sendMessage(ChatColor.RED
+ "You do no have the necessary permissions to add all worlds to the configuration file.");