libcord-tech / gauntlet

A keybinding tool for defending quickly in NationStates.
BSD 3-Clause "New" or "Revised" License
3 stars 3 forks source link

Shortening list of switchers can prep "undefined" #57

Open esfalsa opened 1 year ago

esfalsa commented 1 year ago

I think what's going on is that we don't set the currentswitcher storage value when a user updates the list of switchers in the settings — so if the current switcher index is greater than the new length, accessing the (non-existent) value at that index returns undefined.