Fix error in !stats introduced by RESTRICT_WOLFCHAT modifications
This commit is contained in:
parent
67f698a701
commit
35ad6c2766
@ -1420,7 +1420,7 @@ def stats(cli, nick, chan, rest):
|
||||
if role in badguys:
|
||||
for i, player in enumerate(ps):
|
||||
prole = get_role(player)
|
||||
if prole in wcroles:
|
||||
if prole in badguys:
|
||||
cursed = ""
|
||||
if player in var.ROLES["cursed villager"]:
|
||||
cursed = "cursed "
|
||||
|
Loading…
x
Reference in New Issue
Block a user