Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes certain prefs menu fields not updating when swapping character …
…slots (tgstation#86495) ## About The Pull Request Fixes NovaSector/NovaSector#4268 My second time fixing this bug...was broken again by tgstation#81968 very shortly after I fixed it. Puts the gutted code that was necessary for this was happen back where it belongs and locks it behind a conditional so it should not cause any lag. ## Why It's Good For The Game Restores missing functionality required for certain tgui components and makes preferences menu useable again. <details><summary>Before (watch the ringtone field)</summary> ![Yd1Af0Hx5e](https://github.com/user-attachments/assets/bbc4d1ee-7021-4db3-9e18-baa97efb227f) </details> <details><summary>After (now it updates properly)</summary> ![OvdRvWRhFe](https://github.com/user-attachments/assets/d2d71f78-e442-4c52-8fa5-7843272c511f) </details> ## Changelog :cl: fix: certain text input fields in the character setup menu will now update properly when swapping character slots /:cl: Co-authored-by: Ghom <[email protected]>
- Loading branch information