Fix missing name error
The worst part is that I tested that change quite a lot
This commit is contained in:
parent
bd93e96445
commit
609f3282b8
@ -2497,6 +2497,7 @@ def chk_win(cli, end_game=True, winner=None):
|
|||||||
|
|
||||||
def chk_win_conditions(lpl, lwolves, lcubs, lrealwolves, lmonsters, ltraitors, lpipers, cli, end_game=True, winner=None):
|
def chk_win_conditions(lpl, lwolves, lcubs, lrealwolves, lmonsters, ltraitors, lpipers, cli, end_game=True, winner=None):
|
||||||
"""Internal handler for the chk_win function."""
|
"""Internal handler for the chk_win function."""
|
||||||
|
chan = botconfig.CHANNEL
|
||||||
with var.GRAVEYARD_LOCK:
|
with var.GRAVEYARD_LOCK:
|
||||||
message = ""
|
message = ""
|
||||||
# fool won, chk_win was called from !lynch
|
# fool won, chk_win was called from !lynch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user