diff --git a/ProjectLighthouse/Types/Levels/Slot.cs b/ProjectLighthouse/Types/Levels/Slot.cs index a7abbcff..17a9ee33 100644 --- a/ProjectLighthouse/Types/Levels/Slot.cs +++ b/ProjectLighthouse/Types/Levels/Slot.cs @@ -221,6 +221,7 @@ public class Slot LbpSerializer.StringElement("description", this.Description) + LbpSerializer.StringElement("icon", this.IconHash) + LbpSerializer.StringElement("rootLevel", this.RootLevel) + + LbpSerializer.StringElement("authorLabels", this.AuthorLabels) + this.SerializeResources() + LbpSerializer.StringElement("location", this.Location?.Serialize()) + LbpSerializer.StringElement("initiallyLocked", this.InitiallyLocked) +