diff options
Diffstat (limited to 'client')
-rw-r--r-- | client/game.gd | 2 |
1 files changed, 1 insertions, 1 deletions
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: |