Fix MySQL support for regions not supporting non-string flags
LadyCailinBot opened this issue ยท 3 comments
WORLDGUARD-2226 - Reported by sk89q
Fix MySQL support for regions not supporting non-string flags. Flags like teleport-location or deny-commands break completely.
Comment by sk89q
It's currently fixed by marshalling all values to YAML and back, which has the advantage that it should be backwards compatible to old databases (for the most part), and it supports every flag.
Comment by kajar9
Thank you for the update, cant wait for it to be released.
Really needed the SQL fix.