Fix rotated pipe connection visuals (#6756)

This commit is contained in:
Leon Friedrich
2022-02-18 10:31:11 +13:00
committed by GitHub
parent 4567b4f597
commit 3ba55d0798
9 changed files with 23 additions and 18 deletions

View File

@@ -7,5 +7,5 @@ public sealed class PipeAppearanceComponent : Component
public string RsiPath = "Structures/Piping/Atmospherics/pipe.rsi";
[DataField("baseState")]
public string BaseState = "pipeConnector";
public string State = "pipeConnector";
}