Closed axieum closed 1 year ago
This change causes the /reload
command to try to load commands before the validatePostLoad
hook is called.
This change causes the
/reload
command to try to load commands before thevalidatePostLoad
hook is called.
Resolved by #92
This was caused by it being deserialized as
JsonPrimitive
, and then this object being serialized back to disk.Fixes #83