From 6e84bde604014ff46a53705a5097c4a47a3c2c4c Mon Sep 17 00:00:00 2001
From: Noah <34462599+MegaPiggy@users.noreply.github.com>
Date: Wed, 25 May 2022 20:02:53 -0400
Subject: [PATCH] Update StarModule.cs
---
NewHorizons/External/Modules/VariableSize/StarModule.cs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/NewHorizons/External/Modules/VariableSize/StarModule.cs b/NewHorizons/External/Modules/VariableSize/StarModule.cs
index 7b5f1e77..d722be68 100644
--- a/NewHorizons/External/Modules/VariableSize/StarModule.cs
+++ b/NewHorizons/External/Modules/VariableSize/StarModule.cs
@@ -21,7 +21,7 @@ namespace NewHorizons.External.Modules.VariableSize
///
/// Should we add a star controller to this body? If you want clouds to work on a binary brown dwarf system, set this to false.
///
- [DefaultValue(true)] public bool hasStarController { get; set; } = true;
+ [DefaultValue(true)] public bool hasStarController = true;
///
/// The default sun has its own atmosphere that is different from regular planets. If you want that, set this to
@@ -56,4 +56,4 @@ namespace NewHorizons.External.Modules.VariableSize
///
public MColor tint;
}
-}
\ No newline at end of file
+}