Skip to content

Commit 4ffc621

Browse files
committed
Don't add Psyonix bots to agent mapping
1 parent 1c169c0 commit 4ffc621

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

RLBotCS/Main.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
if (args.Length > 0 && args[0] == "--version")
1111
{
1212
Console.WriteLine(
13-
$"RLBotServer v5.beta.7.1\n"
13+
$"RLBotServer v5.beta.7.2\n"
1414
+ $"Bridge {BridgeVersion.Version}\n"
1515
+ $"@ https://www.rlbot.org & https://github.com/RLBot/core"
1616
);

RLBotCS/ManagerTools/AgentMapping.cs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,6 @@ public void SetAgents(MatchConfigurationT matchConfig)
3131
humans++;
3232
break;
3333
case PsyonixBotT psy:
34-
_agents.Add(
35-
new AgentMetadata(
36-
index,
37-
playerConfig.Team,
38-
psy.Name,
39-
"psyonix/" + psy.BotSkill,
40-
playerConfig.PlayerId
41-
)
42-
);
4334
break;
4435
case CustomBotT bot:
4536
_agents.Add(

0 commit comments

Comments
 (0)