Skip to content

Commit 68ab2a2

Browse files
committed
Remove extra comment
1 parent 9acb5fa commit 68ab2a2

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

RLBotCS/ManagerTools/AgentMapping.cs

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -23,25 +23,6 @@ public void SetAgents(MatchConfigurationT matchConfig)
2323
{
2424
var playerConfig = matchConfig.PlayerConfigurations[i];
2525

26-
// if (playerConfig.Variety.Type != PlayerClass.CustomBot)
27-
// {
28-
// if (playerConfig.Variety.Type == PlayerClass.Human)
29-
// humans++;
30-
31-
// continue;
32-
// }
33-
34-
// uint index = (uint)i - humans;
35-
// _agents.Add(
36-
// new AgentMetadata(
37-
// index,
38-
// playerConfig.Team,
39-
// playerConfig.Name,
40-
// playerConfig.AgentId,
41-
// playerConfig.PlayerId
42-
// )
43-
// );
44-
4526
switch (playerConfig.Variety.Value)
4627
{
4728
case HumanT:

0 commit comments

Comments
 (0)