Bug Using "Logout of KoL" from general dropdown resets banishedMonsters pref

I'm unsure if this effects other preferences, but I noticed this particularly because my script was trying to re-banish an already banished monster.

Reproduction: Have banishedMonsters be populated by some banishes, click logout from general dropdown, when logging back in the pref is now reset to be empty.

I do not get the same thing when using the "Exit Kolmafia" button from dropdown
 
This happened again (because of the downtime we had in KoL, usually I avoid just by not logging out, this time I used the `login Shiverwarp` command)

Does anyone know how I can recover from this state? I can't actually set the prefs to what they were before, they get instantly reset if I do
Code:
set banishedMonsters=whatever
 
Top