Skip to content

Commit

Permalink
Update HumanoidCharacterProfile.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Schrodinger71 authored Nov 21, 2023
1 parent 7487b29 commit 06564d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Shared/Preferences/HumanoidCharacterProfile.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ private HumanoidCharacterProfile(
Dictionary<string, JobPriority> jobPriorities,
PreferenceUnavailableMode preferenceUnavailable,
List<string> antagPreferences,
List<string> traitPreferences),
List<string> traitPreferences,
List<string> loadoutPreferences)
{
Name = name;
Expand Down

0 comments on commit 06564d3

Please sign in to comment.