From f8a9f1b0d17fcba0d787e60ee0039b3ff10f36d6 Mon Sep 17 00:00:00 2001 From: Professor Fartsalot Date: Sun, 24 Aug 2025 14:11:04 -0400 Subject: [PATCH] Update ass_enhancer.inc --- scripting/include/fartsy/ass_enhancer.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/scripting/include/fartsy/ass_enhancer.inc b/scripting/include/fartsy/ass_enhancer.inc index fe741e4..11337f1 100644 --- a/scripting/include/fartsy/ass_enhancer.inc +++ b/scripting/include/fartsy/ass_enhancer.inc @@ -86,7 +86,6 @@ enum struct AUDIOMANAGER { CreateTimer(1.0, SyncMusic, this.Client); } PrintToServer("%f",GetEngineTime()); - if (instant) { this.timeSeconds = GetEngineTime() - this.loopSeconds; } this.shouldTick = true; this.hasTimeOffset = BGMArray[this.indexBGM].introSeconds > 0 ? true : false; this.stopBGM = !StrEqual(this.cachedPath, BGMArray[this.indexBGM].realPath) && !this.EventMode ? true : false;