Clean up, increase build stability (#583)

* Update base.yml

* bandit -> sociopath

* some fixes

* syringe

* vaults

* Update ContentAudioSystem.CP14AmbientLoop.cs
This commit is contained in:
Ed
2024-11-13 17:56:07 +03:00
committed by GitHub
parent df4900e148
commit 5bcc378bbe
39 changed files with 525 additions and 563 deletions

View File

@@ -43,6 +43,8 @@ public sealed partial class ContentAudioSystem
private void CP14UpdateAmbientLoops()
{
return; //DISABLED UNTIL CLIENT ERROR SPAM FIXED
if (_timing.CurTime <= _nextUpdateTime)
return;