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 1c169c0 commit 4ffc621Copy full SHA for 4ffc621
RLBotCS/Main.cs
@@ -10,7 +10,7 @@
10
if (args.Length > 0 && args[0] == "--version")
11
{
12
Console.WriteLine(
13
- $"RLBotServer v5.beta.7.1\n"
+ $"RLBotServer v5.beta.7.2\n"
14
+ $"Bridge {BridgeVersion.Version}\n"
15
+ $"@ https://www.rlbot.org & https://github.com/RLBot/core"
16
);
RLBotCS/ManagerTools/AgentMapping.cs
@@ -31,15 +31,6 @@ public void SetAgents(MatchConfigurationT matchConfig)
31
humans++;
32
break;
33
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
- );
43
44
case CustomBotT bot:
45
_agents.Add(
0 commit comments