Merge branch 'main' into mvm-expand-audio-functionality

This commit is contained in:
2025-08-24 14:10:11 -04:00
committed by GitHub

View File

@@ -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;