RanvierMUD / core

Core engine code for Ranvier
https://ranviermud.com
MIT License
45 stars 40 forks source link

Actually use the account.serialize() when saving. #84

Closed nelsonsbrian closed 5 years ago

nelsonsbrian commented 5 years ago

Probably haven't encountered any problems, but otherwise the serialize() never gets called.

For my use case, I overrode the Account.serialize() with my data I wanted to store and it wasn't saving.