From 9ca4ebed93e37f5a4773e53a9b17dd9dcadae0a1 Mon Sep 17 00:00:00 2001 From: _nebula <41904486+misternebula@users.noreply.github.com> Date: Mon, 6 Jan 2025 20:26:26 +0000 Subject: [PATCH] add defaultvalueattribute to new field --- 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 78784983..18193267 100644 --- a/NewHorizons/External/Modules/Props/DetailInfo.cs +++ b/NewHorizons/External/Modules/Props/DetailInfo.cs @@ -56,7 +56,7 @@ namespace NewHorizons.External.Modules.Props /// /// If this prop is quantum, and the quantum group is socketed, this field determines whether the prop will randomly choose a Y rotation when moving to a socket. /// - public bool quantumRandomizeYRotation = true; + [DefaultValue(true)] public bool quantumRandomizeYRotation = true; /// /// Should this detail stay loaded (visible and collideable) even if you're outside the sector (good for very large props)?