From bd125c0182aab3bf6121064869d6e6dc7cb83273 Mon Sep 17 00:00:00 2001 From: Will Corby Date: Fri, 14 Feb 2025 01:31:46 -0800 Subject: [PATCH] Update PlanetConfig.cs --- NewHorizons/External/Configs/PlanetConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NewHorizons/External/Configs/PlanetConfig.cs b/NewHorizons/External/Configs/PlanetConfig.cs index ff973769..9cd9e0f0 100644 --- a/NewHorizons/External/Configs/PlanetConfig.cs +++ b/NewHorizons/External/Configs/PlanetConfig.cs @@ -65,7 +65,7 @@ namespace NewHorizons.External.Configs public string[] removeChildren; /// - /// optimization. turn this off if you know you're generating a new body and aren't worried about other mods editing it. + /// optimization. turn this off if you know you're generating a new body and aren't worried about other addons editing it. /// [DefaultValue(true)] public bool checkForExisting = true;