aboutsummaryrefslogtreecommitdiff
path: root/client/game.gd
diff options
context:
space:
mode:
Diffstat (limited to 'client/game.gd')
-rw-r--r--client/game.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/game.gd b/client/game.gd
index 3061b2a0..152417e0 100644
--- a/client/game.gd
+++ b/client/game.gd
@@ -359,7 +359,7 @@ func handle_packet(p):
if is_replay and OS.has_feature("movie"):
menu.exit()
"pause":
- overlay_score.timer.paused = p.state
+ overlay_score.set_paused(p.state)
Global.game_paused = p.state
_: push_error("Unrecognized packet type: %s" % p.type)