Don't make CS lose if they die in vilgame

This commit is contained in:
skizzerz 2017-08-19 23:07:56 -05:00
parent 3ea7ba0d2c
commit 9d4a5172b4

View File

@ -1829,7 +1829,7 @@ def chk_decision(cli, force=""):
return return
else: else:
cli.msg(botconfig.CHANNEL, messages["villagergame_win"]) cli.msg(botconfig.CHANNEL, messages["villagergame_win"])
stop_game(cli, "villagers") stop_game(cli, "everyone")
return return
else: else:
del votelist[botconfig.NICK] del votelist[botconfig.NICK]