diff --git a/NewHorizons/External/Modules/Props/EchoesOfTheEye/SlideInfo.cs b/NewHorizons/External/Modules/Props/EchoesOfTheEye/SlideInfo.cs index 99a921d8..0b007986 100644 --- a/NewHorizons/External/Modules/Props/EchoesOfTheEye/SlideInfo.cs +++ b/NewHorizons/External/Modules/Props/EchoesOfTheEye/SlideInfo.cs @@ -90,6 +90,6 @@ namespace NewHorizons.External.Modules.Props.EchoesOfTheEye /// /// Exclusive to slide reels. Whether this slide should rotate the reel item while inside a projector. /// - public bool rotate = true; + [DefaultValue(true)] public bool rotate = true; } } \ No newline at end of file