mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Move deprecated zero g to where they were originally
This will just put them in the root sector anyways if it doesn't find a Volumes GameObject
This commit is contained in:
parent
a555c2dee3
commit
81dcc64d43
3
NewHorizons/External/Configs/PlanetConfig.cs
vendored
3
NewHorizons/External/Configs/PlanetConfig.cs
vendored
@ -425,7 +425,8 @@ namespace NewHorizons.External.Configs
|
||||
{
|
||||
priority = 1,
|
||||
rename = "ZeroGVolume",
|
||||
radius = Base.zeroGravityRadius
|
||||
radius = Base.zeroGravityRadius,
|
||||
parentPath = "Volumes"
|
||||
}).ToArray();
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user