From 38223158cc61c17e9f7e3b847d4b6f6d51872f65 Mon Sep 17 00:00:00 2001 From: unthingable Date: Tue, 29 Sep 2020 09:36:54 +0200 Subject: lost clock should not unpause Orca --- desktop/sources/scripts/clock.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/desktop/sources/scripts/clock.js b/desktop/sources/scripts/clock.js index d89a516..66a5448 100644 --- a/desktop/sources/scripts/clock.js +++ b/desktop/sources/scripts/clock.js @@ -127,7 +127,9 @@ function Clock (client) { this.isPuppet = false pulse.frame = 0 pulse.last = null - this.setTimer(this.speed.value) + if (!this.isPaused) { + this.setTimer(this.speed.value) + } } // Timer -- cgit v1.2.3