From: DrSmugleaf Date: Fri, 29 Sep 2023 05:43:16 +0000 (-0700) Subject: Fix loading a map with a ThirstComponent crashing the game (#20594) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=1dc1c8f64bf93c278fa437778cd110becdaae601;p=space-station-14.git Fix loading a map with a ThirstComponent crashing the game (#20594) --- diff --git a/Content.Shared/Nutrition/Components/ThirstComponent.cs b/Content.Shared/Nutrition/Components/ThirstComponent.cs index ec2ff10667..994361470a 100644 --- a/Content.Shared/Nutrition/Components/ThirstComponent.cs +++ b/Content.Shared/Nutrition/Components/ThirstComponent.cs @@ -35,7 +35,7 @@ public sealed partial class ThirstComponent : Component /// [DataField("nextUpdateTime", customTypeSerializer: typeof(TimeOffsetSerializer)), ViewVariables(VVAccess.ReadWrite)] [AutoNetworkedField] - public TimeSpan NextUpdateTime = TimeSpan.MaxValue; + public TimeSpan NextUpdateTime; /// /// The time between each update.