Skip to content

Commit

Permalink
Pre increment max to avoid conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
cooolbros committed Jan 4, 2024
1 parent 20b9dbf commit b0aa152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HUDMerger/Models/HUD.cs
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ If the value is a string select the string value
{
targetMergeClientScheme.CustomFontFiles.Add(new KeyValue
{
Key = max++.ToString(),
Key = (++max).ToString(),
Value = customFontFile.Value,
Conditional = customFontFile.Conditional
});
Expand Down

0 comments on commit b0aa152

Please sign in to comment.