Fix hunter passing ending night early.
This commit is contained in:
parent
6e372566c6
commit
4ac967be1d
@ -3961,7 +3961,8 @@ def pass_cmd(cli, nick, rest):
|
|||||||
var.HUNTERS.remove(nick)
|
var.HUNTERS.remove(nick)
|
||||||
|
|
||||||
pm(cli, nick, "You have decided to not kill anyone tonight.")
|
pm(cli, nick, "You have decided to not kill anyone tonight.")
|
||||||
var.PASSED.append(nick)
|
if nick not in var.PASSED: # Prevents multiple entries
|
||||||
|
var.PASSED.append(nick)
|
||||||
#var.LOGGER.logBare(nick, "PASS", nick)
|
#var.LOGGER.logBare(nick, "PASS", nick)
|
||||||
chk_nightdone(cli)
|
chk_nightdone(cli)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user