Remove some erroneous compadd subs (#19576)

This commit is contained in:
metalgearsloth
2023-08-27 16:08:29 +10:00
committed by GitHub
parent b311bf3741
commit d40f478fc6
3 changed files with 12 additions and 15 deletions

View File

@@ -29,7 +29,14 @@ namespace Content.Server.Shuttles.Components
/// <summary>
/// The thrusters contributing to each direction for impulse.
/// </summary>
public readonly List<EntityUid>[] LinearThrusters = new List<EntityUid>[4];
// No touchy
public readonly List<EntityUid>[] LinearThrusters = new List<EntityUid>[]
{
new(),
new(),
new(),
new(),
};
/// <summary>
/// The thrusters contributing to the angular impulse of the shuttle.