diff --git a/Content.Client/UserInterface/HumanoidProfileEditor.cs b/Content.Client/UserInterface/HumanoidProfileEditor.cs index 4244523716..709fd1629a 100644 --- a/Content.Client/UserInterface/HumanoidProfileEditor.cs +++ b/Content.Client/UserInterface/HumanoidProfileEditor.cs @@ -336,6 +336,7 @@ namespace Content.Client.UserInterface if (jobSelector != selector && jobSelector.Priority == JobPriority.High) { jobSelector.Priority = JobPriority.Medium; + Profile = Profile.WithJobPriority(jobSelector.Job.ID, JobPriority.Medium); } } }