Skip to content

Commit

Permalink
initial comment
Browse files Browse the repository at this point in the history
  • Loading branch information
WarMechanic committed Jul 2, 2024
1 parent 7c83c8b commit 7fdd76e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2086,7 +2086,7 @@ void AddSelector(LoadoutPreferenceSelector selector, int points, string id)
selector.PreferenceChanged += preference =>
{
// Make sure they have enough loadout points
preference = preference ? CheckPoints(points, preference) : CheckPoints(-points, preference);
//preference = preference ? CheckPoints(points, preference) : CheckPoints(-points, preference);
// Update Preferences
Profile = Profile?.WithLoadoutPreference(id, preference);
Expand Down

0 comments on commit 7fdd76e

Please sign in to comment.