DrBranestawm / BCAR

Contact me via drbranestawm@proton.me
GNU General Public License v3.0
8 stars 12 forks source link

Fix loading on new accounts #93

Closed elliethepink closed 1 year ago

elliethepink commented 1 year ago

It crashed during loading on new accounts because the settings were blank and so had no genderDefault so the mod didn't load for people who'd never used it before.

This just checks that genderDefault is defined. Another fix would be to call migrate_gender() after the default settings had been saved, if you'd prefer that.