diff --git a/scripting/include/fartsy/ass_enhancer.inc b/scripting/include/fartsy/ass_enhancer.inc index 11337f1..fe741e4 100644 --- a/scripting/include/fartsy/ass_enhancer.inc +++ b/scripting/include/fartsy/ass_enhancer.inc @@ -86,6 +86,7 @@ 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;