diff options
Diffstat (limited to 'src/main/java/com/MylesAndMore/tumble/commands')
-rw-r--r-- | src/main/java/com/MylesAndMore/tumble/commands/StartGame.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/MylesAndMore/tumble/commands/StartGame.java b/src/main/java/com/MylesAndMore/tumble/commands/StartGame.java index 2dc64c7..9daa959 100644 --- a/src/main/java/com/MylesAndMore/tumble/commands/StartGame.java +++ b/src/main/java/com/MylesAndMore/tumble/commands/StartGame.java @@ -26,7 +26,7 @@ public class StartGame implements CommandExecutor { // Use multiverse to load game world // If the load was successful, start game if (TumbleManager.getMVWorldManager().loadWorld(TumbleManager.getGameWorld())) { - sender.sendMessage("Starting game, please wait."); + sender.sendMessage("Generating layers..."); // Check which gamemode to initiate from the config file if (GameManager.createGame(TumbleManager.getPlugin().getConfig().getString("gameMode"))) { // If game type exists, send players to the world |