From 2a67040fb1cd62c96c25717937a4dc491c10aa3c Mon Sep 17 00:00:00 2001 From: JohnCorby Date: Thu, 10 Aug 2023 17:47:51 -0700 Subject: [PATCH] default value --- NewHorizons/External/Modules/Props/DetailInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NewHorizons/External/Modules/Props/DetailInfo.cs b/NewHorizons/External/Modules/Props/DetailInfo.cs index fddc0239..48b3b125 100644 --- a/NewHorizons/External/Modules/Props/DetailInfo.cs +++ b/NewHorizons/External/Modules/Props/DetailInfo.cs @@ -79,7 +79,7 @@ namespace NewHorizons.External.Modules.Props /// If true, this detail will stay still until it touches something. /// Good for zero-g props. /// - public bool physicsSuspendUntilImpact; + [DefaultValue(false)] public bool physicsSuspendUntilImpact = false; /// /// Set to true if this object's lighting should ignore the effects of sunlight