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 1b43455 commit 602002cCopy full SHA for 602002c
RLBotCS/Server/ServerMessage/StartMatch.cs
@@ -12,7 +12,6 @@ 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