Fix loadouts UI not refreshing on char change (#27075)

I love lobby code. Refreshing the entire jobs UI doesn't seem to cause issues. At least jobpriorityselector was my fault when I was far fucking stupider writing this shit.
This commit is contained in:
metalgearsloth
2024-04-18 13:01:12 +10:00
committed by GitHub
parent 3c1ec9ac34
commit 9b1a8b07d7

View File

@@ -1115,6 +1115,7 @@ namespace Content.Client.Preferences.UI
UpdateEyePickers();
UpdateSaveButton();
UpdateLoadouts();
UpdateRoleRequirements();
UpdateJobPriorities();
UpdateAntagPreferences();
UpdateTraitPreferences();