From e5a1cdfb593ef6f6d5df6ae1bc22514aaed555da Mon Sep 17 00:00:00 2001 From: tpart Date: Thu, 18 Sep 2025 21:55:10 +0200 Subject: Fix crash --- client/game.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/game.gd b/client/game.gd index 0d32cd45..b3bd97ea 100644 --- a/client/game.gd +++ b/client/game.gd @@ -288,7 +288,7 @@ func handle_packet(p): if in_lobby: toggle_join() elif not is_replay: - menu.submenu("res://gui/menus/ingame/ingame.tscn") + menu.submenu("res://gui/menus/ingame.tscn") "score": if p.time_remaining != null: overlay_score.update(p.demands_failed, p.demands_completed, p.points, p.time_remaining) -- cgit v1.2.3-70-g09d2