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