Skip to content

Commit 5178f9a

Browse files
Update RLBotCS/ManagerTools/ConfigValidator.cs
Co-authored-by: Nicolaj 'Eastvillage' Ø Jensen <nicoesterby@gmail.com>
1 parent a7b7c42 commit 5178f9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RLBotCS/ManagerTools/ConfigValidator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ bool surpressWarnings
134134
}
135135

136136
Logger.LogWarning(
137-
$"Potential agent ID conflict: {bot.AgentId} is used by multiple bots with different {errorStr}.\n"
137+
$"Potential agent ID conflict: \"{bot.AgentId}\" is used by multiple bots with different {errorStr}.\n"
138138
+ "Agent configs using the same ID may get used interchangeably. Agents that behave differently should have unique IDs."
139139
);
140140
}

0 commit comments

Comments
 (0)