Update PlanetConfig.cs

This commit is contained in:
Will Corby 2025-02-14 01:31:46 -08:00 committed by GitHub
parent bd32be3cc7
commit bd125c0182
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -65,7 +65,7 @@ namespace NewHorizons.External.Configs
public string[] removeChildren; public string[] removeChildren;
/// <summary> /// <summary>
/// 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.
/// </summary> /// </summary>
[DefaultValue(true)] public bool checkForExisting = true; [DefaultValue(true)] public bool checkForExisting = true;