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 c355bbe commit 1a13147Copy full SHA for 1a13147
RLBotCS/Server/ServerMessage/StartMatch.cs
@@ -12,6 +12,7 @@ public ServerAction Execute(ServerContext context)
12
Debug.Assert(ConfigValidator.Validate(MatchConfig));
13
14
context.Bridge.TryWrite(new ClearRenders());
15
+ context.Bridge.TryWrite(new EndMatch());
16
17
foreach (var (writer, _) in context.Sessions.Values)
18
writer.TryWrite(new SessionMessage.StopMatch(false));
0 commit comments