Fix thrusters starting disabled (#21147)

This commit is contained in:
DrSmugleaf
2023-10-21 14:33:49 -07:00
committed by GitHub
parent 4fc45f3409
commit b589a121d9

View 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