From 09a3badb395d57582fc332a682aa0be0f564db8f Mon Sep 17 00:00:00 2001 From: Noah Pilarski Date: Sat, 14 Jan 2023 17:09:34 -0500 Subject: [PATCH] Funky summaries --- NewHorizons/External/Configs/StarSystemConfig.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/NewHorizons/External/Configs/StarSystemConfig.cs b/NewHorizons/External/Configs/StarSystemConfig.cs index 99394c81..5b4c8a23 100644 --- a/NewHorizons/External/Configs/StarSystemConfig.cs +++ b/NewHorizons/External/Configs/StarSystemConfig.cs @@ -56,14 +56,12 @@ namespace NewHorizons.External.Configs public SkyboxModule Skybox; /// - /// Set to `true` if you want to spawn here after dying, not Timber Hearth. You can still warp back to the main star. - /// system. + /// Set to `true` if you want to spawn here after dying, not Timber Hearth. You can still warp back to the main star system. /// public bool startHere; /// /// Set to `true` if you want the player to stay in this star system if they die in it. - /// system. /// public bool respawnHere;