Fix thrusters (#24446)
This commit is contained in:
@@ -30,12 +30,6 @@ namespace Content.Server.Shuttles.Components
|
||||
[ViewVariables]
|
||||
public readonly float[] LinearThrust = new float[4];
|
||||
|
||||
/// <summary>
|
||||
/// The cached thrust available for each cardinal direction, if all thrusters are T1
|
||||
/// </summary>
|
||||
[ViewVariables]
|
||||
public readonly float[] BaseLinearThrust = new float[4];
|
||||
|
||||
/// <summary>
|
||||
/// The thrusters contributing to each direction for impulse.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user