Merge pull request #11861 from Couls/SQL-fixes

Fix preferences not saving
This commit is contained in:
Crazy Lemon
2019-07-18 22:18:44 -06:00
committed by GitHub
@@ -90,7 +90,7 @@
UI_style_alpha='[UI_style_alpha]',
be_role='[sanitizeSQL(list2params(be_special))]',
default_slot='[default_slot]',
toggles='[num2text(toggles, 7)]',
toggles='[num2text(toggles, Ceiling(log(10, (TOGGLES_TOTAL))))]',
atklog='[atklog]',
sound='[sound]',
randomslot='[randomslot]',