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:
Noah Pilarski 2022-10-10 16:34:29 -04:00
parent a555c2dee3
commit 81dcc64d43

View File

@ -425,7 +425,8 @@ namespace NewHorizons.External.Configs
{
priority = 1,
rename = "ZeroGVolume",
radius = Base.zeroGravityRadius
radius = Base.zeroGravityRadius,
parentPath = "Volumes"
}).ToArray();
}
}