diff --git a/Content.Server/DeltaV/Cargo/Components/StationStockMarketComponent.cs b/Content.Server/DeltaV/Cargo/Components/StationStockMarketComponent.cs index 2486932d71d..1ef94887f71 100644 --- a/Content.Server/DeltaV/Cargo/Components/StationStockMarketComponent.cs +++ b/Content.Server/DeltaV/Cargo/Components/StationStockMarketComponent.cs @@ -6,7 +6,7 @@ namespace Content.Server.DeltaV.Cargo.Components; -[RegisterComponent] +[RegisterComponent, AutoGenerateComponentPause] public sealed partial class StationStockMarketComponent : Component { /// @@ -53,7 +53,7 @@ public sealed partial class StationStockMarketComponent : Component DisplayName = "Donk Co. [DONK]", CurrentPrice = 90f, BasePrice = 90f, - PriceHistory = [90f, 90f, 90f, 90f, 90f], + PriceHistory = [], }, }; @@ -73,6 +73,7 @@ public sealed partial class StationStockMarketComponent : Component /// The timespan of next update. /// [DataField(customTypeSerializer: typeof(TimeOffsetSerializer))] + [AutoPausedField] public TimeSpan NextUpdate = TimeSpan.Zero; ///