diff --git a/ProjectLighthouse/Levels/Slot.cs b/ProjectLighthouse/Levels/Slot.cs index deb40fb7..566fe053 100644 --- a/ProjectLighthouse/Levels/Slot.cs +++ b/ProjectLighthouse/Levels/Slot.cs @@ -248,9 +248,9 @@ public class Slot [JsonIgnore] public bool Hidden { get; set; } - + [JsonIgnore] - public string HiddenReason { get; set; } + public string HiddenReason { get; set; } = ""; public string SerializeResources() {