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;