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:
@@ -1115,6 +1115,7 @@ namespace Content.Client.Preferences.UI
|
|||||||
UpdateEyePickers();
|
UpdateEyePickers();
|
||||||
UpdateSaveButton();
|
UpdateSaveButton();
|
||||||
UpdateLoadouts();
|
UpdateLoadouts();
|
||||||
|
UpdateRoleRequirements();
|
||||||
UpdateJobPriorities();
|
UpdateJobPriorities();
|
||||||
UpdateAntagPreferences();
|
UpdateAntagPreferences();
|
||||||
UpdateTraitPreferences();
|
UpdateTraitPreferences();
|
||||||
|
|||||||
Reference in New Issue
Block a user