From 81dcc64d4314170b0cd5ade6f759aa2953293f90 Mon Sep 17 00:00:00 2001 From: Noah Pilarski Date: Mon, 10 Oct 2022 16:34:29 -0400 Subject: [PATCH] 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 --- NewHorizons/External/Configs/PlanetConfig.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NewHorizons/External/Configs/PlanetConfig.cs b/NewHorizons/External/Configs/PlanetConfig.cs index dd5eff12..03246e64 100644 --- a/NewHorizons/External/Configs/PlanetConfig.cs +++ b/NewHorizons/External/Configs/PlanetConfig.cs @@ -425,7 +425,8 @@ namespace NewHorizons.External.Configs { priority = 1, rename = "ZeroGVolume", - radius = Base.zeroGravityRadius + radius = Base.zeroGravityRadius, + parentPath = "Volumes" }).ToArray(); } }