aboutsummaryrefslogtreecommitdiff
path: root/client/menu/lobby.gd
diff options
context:
space:
mode:
Diffstat (limited to 'client/menu/lobby.gd')
-rw-r--r--client/menu/lobby.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/menu/lobby.gd b/client/menu/lobby.gd
index 9991fbbf..1d4674cd 100644
--- a/client/menu/lobby.gd
+++ b/client/menu/lobby.gd
@@ -96,7 +96,7 @@ func _on_right_pressed():
func _on_controller_button_pressed():
if selected_map_name != null:
- game.mp.send_chat("/start %s" % selected_map_name)
+ game.mp.send_chat(game.player_id, "/start %s" % selected_map_name)
Sound.play_music("stop") # TODO: Game music enter
func _on_join_spectate_pressed():