From 26c04073e47ba92fd777f531d5be49ef3eb3996c Mon Sep 17 00:00:00 2001 From: metamuffin Date: Wed, 3 Sep 2025 20:52:26 +0200 Subject: dont open ingame menu in replays --- client/game.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client') diff --git a/client/game.gd b/client/game.gd index 89a8f0f1..27c545f2 100644 --- a/client/game.gd +++ b/client/game.gd @@ -286,7 +286,7 @@ func handle_packet(p): if lobby and join_state == JoinState.SPECTATING: if in_lobby: toggle_join() - else: + elif not is_replay: menu.submenu("res://menu/ingame.tscn") "score": if p.time_remaining != null: -- cgit v1.2.3-70-g09d2