diff --git a/Content.Client/Audio/ContentAudioSystem.CP14AmbientLoop.cs b/Content.Client/Audio/ContentAudioSystem.CP14AmbientLoop.cs index bf2d7f00e4..14a29bf9e8 100644 --- a/Content.Client/Audio/ContentAudioSystem.CP14AmbientLoop.cs +++ b/Content.Client/Audio/ContentAudioSystem.CP14AmbientLoop.cs @@ -43,6 +43,9 @@ public sealed partial class ContentAudioSystem private void CP14UpdateAmbientLoops() { + //TEMPORALY DISABLE - Client error spam + return; + if (_timing.CurTime <= _nextUpdateTime) return;