This commit is contained in:
Noah Pilarski 2022-07-26 09:53:46 -04:00
parent 2ea5d1e87e
commit 70dbc99e14

View File

@ -199,8 +199,8 @@ namespace NewHorizons.External.Configs
Vessel.coords.y = FixAxis(Vessel.coords.y); Vessel.coords.y = FixAxis(Vessel.coords.y);
Vessel.coords.z = FixAxis(Vessel.coords.z); Vessel.coords.z = FixAxis(Vessel.coords.z);
} }
} }
public void Merge(StarSystemConfig otherConfig) public void Merge(StarSystemConfig otherConfig)
{ {
// Imagine if this used reflection // Imagine if this used reflection