XIVSlothCombo
XIVSlothCombo copied to clipboard
GetCustomBoolArrayValue Issue
First Issue: As I'm playing with DrawHorizontalMultiChoice, I'm running into an issue where it looks like a useroption bool array isn't being initialized properly on the first use?
Had to delete the soulsow saved data to reproduce. Dalamud errors go away as soon as something is selected.
Second Issue: If I add another Horizontal Multi Choice and increase the array size by 1 compared to what is saved in Json, the new UI option isn't drawn.
This modification to the values check seems to fix both issues, but I maybe mistaken