Skip to content

Commit 602002c

Browse files
Do not always end match
1 parent 1b43455 commit 602002c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

RLBotCS/Server/ServerMessage/StartMatch.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ public ServerAction Execute(ServerContext context)
1212
Debug.Assert(ConfigValidator.Validate(MatchConfig));
1313

1414
context.Bridge.TryWrite(new ClearRenders());
15-
context.Bridge.TryWrite(new EndMatch());
1615

1716
foreach (var (writer, _) in context.Sessions.Values)
1817
writer.TryWrite(new SessionMessage.StopMatch(false));

0 commit comments

Comments
 (0)