From 9761f01bbbf5f493a4d303924c296764549425a5 Mon Sep 17 00:00:00 2001 From: nokoe Date: Tue, 1 Oct 2024 16:45:04 +0200 Subject: use correct command to create bots --- client/menu/lobby.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/menu') 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 -- cgit v1.2.3-70-g09d2