diff --git a/Content.Client/Audio/ContentAudioSystem.CP14AmbientLoop.cs b/Content.Client/Audio/ContentAudioSystem.CP14AmbientLoop.cs index ef7726048d..80e6e96e43 100644 --- a/Content.Client/Audio/ContentAudioSystem.CP14AmbientLoop.cs +++ b/Content.Client/Audio/ContentAudioSystem.CP14AmbientLoop.cs @@ -43,14 +43,11 @@ public sealed partial class ContentAudioSystem private void CP14UpdateAmbientLoops() { - return; //DISABLED UNTIL CLIENT ERROR SPAM FIXED - if (_timing.CurTime <= _nextUpdateTime) return; _nextUpdateTime = _timing.CurTime + _updateFrequency; - if (_state.CurrentState is not GameplayState) return; diff --git a/Content.Client/_CP14/ModularCraft/CP14ClientModularCraftSystem.cs b/Content.Client/_CP14/ModularCraft/CP14ClientModularCraftSystem.cs index fd7b080f79..40b1b5dc00 100644 --- a/Content.Client/_CP14/ModularCraft/CP14ClientModularCraftSystem.cs +++ b/Content.Client/_CP14/ModularCraft/CP14ClientModularCraftSystem.cs @@ -170,7 +170,6 @@ public sealed class CP14ClientModularCraftSystem : CP14SharedModularCraftSystem var defaultKey = $"cp14-modular-clothing-layer-{args.Slot}"; - var counterPart = 0; foreach (var part in start.Comp.InstalledParts) { var indexedPart = _proto.Index(part); @@ -180,7 +179,7 @@ public sealed class CP14ClientModularCraftSystem : CP14SharedModularCraftSystem var i = 0; foreach (var layer in layers) { - var key = $"{defaultKey}-{counterPart}-{i}"; + var key = $"{defaultKey}-{indexedPart.ID}-{i}"; args.Layers.Add((key, layer)); i++; } @@ -210,7 +209,7 @@ public sealed class CP14ClientModularCraftSystem : CP14SharedModularCraftSystem Color = indexedPart.Color, }; - var key = $"{defaultKey}-{counterPart}-default"; + var key = $"{defaultKey}-{indexedPart.ID}-default"; args.Layers.Add((key, defaultLayer)); } } diff --git a/Content.Client/_CP14/TravelingStoreShip/CP14StoreWindow.xaml b/Content.Client/_CP14/TravelingStoreShip/CP14StoreWindow.xaml index 76bbff5b96..9a80eed09f 100644 --- a/Content.Client/_CP14/TravelingStoreShip/CP14StoreWindow.xaml +++ b/Content.Client/_CP14/TravelingStoreShip/CP14StoreWindow.xaml @@ -7,7 +7,7 @@ - + @@ -16,7 +16,7 @@ - +