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)?