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 9acb5fa commit 68ab2a2Copy full SHA for 68ab2a2
RLBotCS/ManagerTools/AgentMapping.cs
@@ -23,25 +23,6 @@ public void SetAgents(MatchConfigurationT matchConfig)
23
{
24
var playerConfig = matchConfig.PlayerConfigurations[i];
25
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
45
switch (playerConfig.Variety.Value)
46
47
case HumanT:
0 commit comments