Update ass_enhancer.inc
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user