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.
2 parents 7385876 + 4fd158d commit 3be34e9Copy full SHA for 3be34e9
RLBotCS/Main.cs
@@ -10,7 +10,7 @@
10
if (args.Length > 0 && args[0] == "--version")
11
{
12
Console.WriteLine(
13
- "RLBotServer v5.beta.7.5\n"
+ "RLBotServer v5.beta.7.6\n"
14
+ $"Bridge {BridgeVersion.Version}\n"
15
+ "@ https://www.rlbot.org & https://github.com/RLBot/core"
16
);
RLBotCS/Server/ServerMessage/DistributeFieldInfo.cs
@@ -14,7 +14,7 @@ public ServerAction Execute(ServerContext context)
Goals = new List<GoalInfoT>(GameState.Goals.Count),
};
17
- foreach (GoalInfo goal in GameState.Goals)
+ foreach (GoalInfo goal in GameState.Goals.Values)
18
19
context.FieldInfo.Goals.Add(
20
new GoalInfoT
RLBotCS/lib/Bridge.dll
0 Bytes
0 commit comments