]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fix thrusters starting disabled (#21147)
authorDrSmugleaf <DrSmugleaf@users.noreply.github.com>
Sat, 21 Oct 2023 21:33:49 +0000 (14:33 -0700)
committerGitHub <noreply@github.com>
Sat, 21 Oct 2023 21:33:49 +0000 (14:33 -0700)
Content.Server/Shuttles/Components/ThrusterComponent.cs

index e7cfbf8f8e7ee2689a01b725c269a4c0b1c8df2a..d8350991154f6e22fbe838396e0ca86018fc55b4 100644 (file)
@@ -16,7 +16,7 @@ namespace Content.Server.Shuttles.Components
         /// Whether the thruster has been force to be enabled / disabled (e.g. VV, interaction, etc.)
         /// </summary>
         [DataField, ViewVariables(VVAccess.ReadWrite)]
-        public bool Enabled { get; set; }
+        public bool Enabled { get; set; } = true;
 
         /// <summary>
         /// This determines whether the thruster is actually enabled for the purposes of thrust