Skip to content

Commit

Permalink
com
Browse files Browse the repository at this point in the history
  • Loading branch information
ReeZer2 committed Jul 7, 2024
1 parent ef95b37 commit f7e5c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Client/Lobby/UI/HumanoidProfileEditor.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -897,7 +897,7 @@ public void RefreshJobs()
if (Profile is not null && !_requirements.IsAllowed(job, Profile, out var reason))
{
selector.LockRequirements(reason);
Profile = Profile?.WithJobPriority(job.ID, JobPriority.Never);
Profile = Profile?.WithJobPriority(job.ID, JobPriority.Never); //ss220 fix job ban felinid
}
else
{
Expand Down

0 comments on commit f7e5c35

Please sign in to comment.