From 6eb0ed9ba9bae65d7253c8c8f5746669fdab30c1 Mon Sep 17 00:00:00 2001 From: Nick Date: Wed, 3 Aug 2022 17:57:31 -0400 Subject: [PATCH] Add more info to starSystem description. --- 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 f450298e..da59d6ee 100644 --- a/NewHorizons/External/Configs/PlanetConfig.cs +++ b/NewHorizons/External/Configs/PlanetConfig.cs @@ -151,7 +151,7 @@ namespace NewHorizons.External.Configs public StarModule Star; /// - /// Unique star system containing your planet + /// Unique star system containing your planet. If you set this to be a custom solar system remember to add a Spawn module to one of the bodies, or else you can't get to the system. /// [DefaultValue("SolarSystem")] public string starSystem = "SolarSystem";