Skip to content

Commit

Permalink
Fix #60
Browse files Browse the repository at this point in the history
  • Loading branch information
VirxEC committed Dec 15, 2024
1 parent 4962007 commit ffeebb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RLBotCS/ManagerTools/MatchStarter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ private void PreprocessMatch(MatchSettingsT matchSettings)
if (playerNames.TryGetValue(playerName, out int value))
{
playerNames[playerName] = ++value;
playerConfig.Name = playerName + $" ({value})";
playerConfig.Name = playerName + $" ({value + 1})";
}
else
{
Expand Down

0 comments on commit ffeebb3

Please sign in to comment.