fix(core): Fixes serialization registry (#574)

This commit is contained in:
Kamron Batman 2021-04-15 19:55:57 -07:00 committed by GitHub
parent 837ca91843
commit 0d7ec99cbe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 31 additions and 7 deletions

View file

@ -78,7 +78,7 @@ namespace Server
}
}
Persistence.Register(Serialize, WriterSnapshot, Deserialize, priority);
Persistence.Register(name, Serialize, WriterSnapshot, Deserialize, priority);
}
}
}