Fix thrusters starting disabled (#21147)
This commit is contained in:
@@ -16,7 +16,7 @@ namespace Content.Server.Shuttles.Components
|
|||||||
/// Whether the thruster has been force to be enabled / disabled (e.g. VV, interaction, etc.)
|
/// Whether the thruster has been force to be enabled / disabled (e.g. VV, interaction, etc.)
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[DataField, ViewVariables(VVAccess.ReadWrite)]
|
[DataField, ViewVariables(VVAccess.ReadWrite)]
|
||||||
public bool Enabled { get; set; }
|
public bool Enabled { get; set; } = true;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// This determines whether the thruster is actually enabled for the purposes of thrust
|
/// This determines whether the thruster is actually enabled for the purposes of thrust
|
||||||
|
|||||||
Reference in New Issue
Block a user