This commit is contained in:
Juhani Krekelä 2019-05-06 21:01:54 +03:00
parent 929f54430d
commit 02be4bf79f
1 changed files with 2 additions and 0 deletions

View File

@ -570,6 +570,7 @@ def game(send, notice, voice, devoice, get_event):
if len(players) < 2:
send('Not enough players to continue, quiting game')
return no_game
if czar not in players.values():
send('Czar left the game, restarting round')
@ -691,6 +692,7 @@ def game(send, notice, voice, devoice, get_event):
while True:
if len(players) < 2:
send('Not enough players to continue, quiting game')
return no_game
if czar not in players.values():
send('Czar left the game, restarting round')