From 98782340267e10440bcaa7e4c318e963e50204ae Mon Sep 17 00:00:00 2001 From: xen-42 Date: Tue, 17 Dec 2024 20:47:07 -0500 Subject: [PATCH] Add default value --- 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 ea9a7a39..b4723aa4 100644 --- a/NewHorizons/External/Configs/PlanetConfig.cs +++ b/NewHorizons/External/Configs/PlanetConfig.cs @@ -55,7 +55,7 @@ namespace NewHorizons.External.Configs /// /// `true` if you want the map zoom speed to adjust to this planet's orbit /// - public bool adjustZoomSpeed = true; + [DefaultValue(true)] public bool adjustZoomSpeed = true; /// /// A list of paths to child GameObjects to destroy on this planet