From 9b1a8b07d734853c8cfcb83a6e2b7aad4e6dd764 Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Thu, 18 Apr 2024 13:01:12 +1000 Subject: [PATCH] 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. --- Content.Client/Preferences/UI/HumanoidProfileEditor.xaml.cs | 1 + 1 file changed, 1 insertion(+) 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(); -- 2.52.0