From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Thu, 18 Apr 2024 03:01:12 +0000 (+1000) Subject: Fix loadouts UI not refreshing on char change (#27075) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=9b1a8b07d734853c8cfcb83a6e2b7aad4e6dd764;p=space-station-14.git 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. --- diff --git a/Content.Client/Preferences/UI/HumanoidProfileEditor.xaml.cs b/Content.Client/Preferences/UI/HumanoidProfileEditor.xaml.cs index 59a44d0e4b..213eb0b662 100644 --- a/Content.Client/Preferences/UI/HumanoidProfileEditor.xaml.cs +++ b/Content.Client/Preferences/UI/HumanoidProfileEditor.xaml.cs @@ -1115,6 +1115,7 @@ namespace Content.Client.Preferences.UI UpdateEyePickers(); UpdateSaveButton(); UpdateLoadouts(); + UpdateRoleRequirements(); UpdateJobPriorities(); UpdateAntagPreferences(); UpdateTraitPreferences();