diff options
-rw-r--r-- | client/menu/lobby.gd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/menu/lobby.gd b/client/menu/lobby.gd index d595444e..00c16cef 100644 --- a/client/menu/lobby.gd +++ b/client/menu/lobby.gd @@ -160,7 +160,7 @@ func _on_controller_button_pressed(): if bots_enabled: for k in bot_counts.keys(): for i in range(bot_counts[k]): - start_msg += "\nsummon-bot %s" % k + start_msg += "\ncreate-bot %s" % k game.mp.send_chat(game.player_id, start_msg) Sound.play_music("stop") # TODO: Game music enter |