axieum / minecord

Bring your Minecraft world into your Discord guild
https://www.curseforge.com/minecraft/mc-mods/minecord-for-discord
MIT License
15 stars 7 forks source link

fix(cmds): option choices were incorrectly serializing to disk (fixes #83) #90

Closed axieum closed 1 year ago

axieum commented 1 year ago

This was caused by it being deserialized as JsonPrimitive, and then this object being serialized back to disk.

Fixes #83

axieum commented 1 year ago

This change causes the /reload command to try to load commands before the validatePostLoad hook is called.

axieum commented 1 year ago

This change causes the /reload command to try to load commands before the validatePostLoad hook is called.

Resolved by #92