diff options
Diffstat (limited to 'client/game.gd')
-rw-r--r-- | client/game.gd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/game.gd b/client/game.gd index aedfd5f7..ccc72e11 100644 --- a/client/game.gd +++ b/client/game.gd @@ -224,9 +224,9 @@ func _ready(): map.autobake = true if in_lobby_: - popup_message.stop_game_hints() + popup_message.lobby() else: - popup_message.start_game_hints() + popup_message.ingame() else: map.autobake = false await get_parent().menu_anim_exit() |