mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-28 07:58:40 +00:00
Fix GameVersion serialization in Slot
This commit is contained in:
parent
da9c5ed5f3
commit
fe6a743157
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ namespace LBPUnion.ProjectLighthouse.Types.Levels
|
|||
{
|
||||
string slotData = LbpSerializer.StringElement("name", this.Name) +
|
||||
LbpSerializer.StringElement("id", this.SlotId) +
|
||||
LbpSerializer.StringElement("game", this.GameVersion) +
|
||||
LbpSerializer.StringElement("game", (int)this.GameVersion) +
|
||||
LbpSerializer.StringElement("npHandle", this.Creator.Username) +
|
||||
LbpSerializer.StringElement("description", this.Description) +
|
||||
LbpSerializer.StringElement("icon", this.IconHash) +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue