Files
Bubberstation/code/modules/loadout
Bloop 58e73d1e19 Stops prefs menu from doing an extra update_body() call every time you swap chars (#94740)
## About The Pull Request

Tin, noticed an extra set of calls when doing some profiling. This is
already called from `switch_to_slot()` so it makes no sense to do it a
second time in `on_new_character()`.

Also adds a sanity check to the prefs menu for when you switch to the
same exact slot.

## Why It's Good For The Game

Snappier prefs menus.

## Changelog

🆑
fix: switching characters in the prefs menu should be less laggy now
/🆑
2026-01-05 17:14:24 -05:00
..