From: DrSmugleaf Date: Sat, 21 Oct 2023 21:33:49 +0000 (-0700) Subject: Fix thrusters starting disabled (#21147) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=b589a121d90795f7e915741a2485579018bc731d;p=space-station-14.git Fix thrusters starting disabled (#21147) --- diff --git a/Content.Server/Shuttles/Components/ThrusterComponent.cs b/Content.Server/Shuttles/Components/ThrusterComponent.cs index e7cfbf8f8e..d835099115 100644 --- a/Content.Server/Shuttles/Components/ThrusterComponent.cs +++ b/Content.Server/Shuttles/Components/ThrusterComponent.cs @@ -16,7 +16,7 @@ namespace Content.Server.Shuttles.Components /// Whether the thruster has been force to be enabled / disabled (e.g. VV, interaction, etc.) /// [DataField, ViewVariables(VVAccess.ReadWrite)] - public bool Enabled { get; set; } + public bool Enabled { get; set; } = true; /// /// This determines whether the thruster is actually enabled for the purposes of thrust