Skip to content

Commit fb25193

Browse files
committed
Moved delayed_start logic to tournament and amended it slightly.
Disqualification added. Withdraw is possible during a running tournament.
1 parent 29aed92 commit fb25193

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/tournament/listener.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ async def registerDCSServer(self, server: Server, data: dict) -> None:
111111
tournament_id = await self.get_active_tournament(server)
112112
if not tournament_id:
113113
self.tournaments.pop(server.name, None)
114+
return
114115

115116
self.tournaments[server.name] = await self.plugin.get_tournament(tournament_id)
116117
match_id = await self.get_active_match(server)

0 commit comments

Comments
 (0)