external-plugins
external-plugins copied to clipboard
[Transmog] Bug: Naming presets with certain characters messes with presets
This issue is for the external plugin: Transmog
I have found that setting presets with single character names such as "." "-" "<" causes in some cases all presets to be skipped over when the plugin is reading from the "settings.properties" file.
I had to go into this file and change all the presets names that had the listed characters to something else while also setting lastindex to the highest numbered preset I had before.
Not sure if theres anything you can do about it, but its reproducable if you name the second preset "<". I guess its because these characters are used for formating and it simply breaks the way the client reads the settings file.