disable ambient loop

This commit is contained in:
Ed
2024-11-12 22:10:20 +03:00
parent b009c7b93a
commit c33c655911

View File

@@ -43,6 +43,9 @@ public sealed partial class ContentAudioSystem
private void CP14UpdateAmbientLoops()
{
//TEMPORALY DISABLE - Client error spam
return;
if (_timing.CurTime <= _nextUpdateTime)
return;