fix bug 56
This commit is contained in:
parent
446f62f6b8
commit
888c509fe3
@ -1092,8 +1092,9 @@ def leave(cli, what, nick, why=""):
|
|||||||
return
|
return
|
||||||
if var.PHASE == "none":
|
if var.PHASE == "none":
|
||||||
return
|
return
|
||||||
if nick not in var.list_players():
|
if nick not in var.list_players() or nick in var.DISCONNECTED.keys():
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
||||||
# the player who just quit was in the game
|
# the player who just quit was in the game
|
||||||
killhim = True
|
killhim = True
|
||||||
|
Loading…
x
Reference in New Issue
Block a user