aboutsummaryrefslogtreecommitdiffstats
path: root/src/server
diff options
context:
space:
mode:
Diffstat (limited to 'src/server')
-rw-r--r--src/server/VideoTimer.hx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/VideoTimer.hx b/src/server/VideoTimer.hx
index 7ac51d9..4bc29db 100644
--- a/src/server/VideoTimer.hx
+++ b/src/server/VideoTimer.hx
@@ -47,7 +47,7 @@ class VideoTimer {
}
function pauseTime():Float {
- if (!isPaused()) return 0;
+ if (pauseStartTime == 0) return 0;
return Timer.stamp() - pauseStartTime;
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage