We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7b7c42 commit 5178f9aCopy full SHA for 5178f9a
RLBotCS/ManagerTools/ConfigValidator.cs
@@ -134,7 +134,7 @@ bool surpressWarnings
134
}
135
136
Logger.LogWarning(
137
- $"Potential agent ID conflict: {bot.AgentId} is used by multiple bots with different {errorStr}.\n"
+ $"Potential agent ID conflict: \"{bot.AgentId}\" is used by multiple bots with different {errorStr}.\n"
138
+ "Agent configs using the same ID may get used interchangeably. Agents that behave differently should have unique IDs."
139
);
140
0 commit comments