Revert "v8.2.0c"

This reverts commit 110ce2f2f3.
This commit is contained in:
2025-07-23 04:17:17 -04:00
parent 110ce2f2f3
commit f623d5091a
6 changed files with 15 additions and 117 deletions

View File

@@ -90,7 +90,7 @@ enum struct AUDIOMANAGER {
this.refireBGM = BGMArray[this.indexBGM].refireTime;
this.ticksBGM = (this.tickBGMOffset ? BGMArray[this.indexBGM].ticksOffset : 0);
for (int i = 0; i < MaxClients; i++){
//if(core.gamemode > 0 && isClientInEvent(i)) continue;// To test if client is experiencing anything odd.....
//if(tacobell && isClientInEvent(i)) return;// To test if client is experiencing anything odd.....
CSEClient(i, BGMArray[this.indexBGM].realPath, BGMArray[this.indexBGM].SNDLVL, true, 1, 1.0, 100);
}
//CustomSoundEmitter(BGMArray[this.indexBGM].realPath, BGMArray[this.indexBGM].SNDLVL, true, 1, 1.0, 100);