Browse Source

fixed a bug introduced by the commit that made !fstop revealed the roles

master
jcao219 13 years ago
parent
commit
8ae4839ce7
  1. 1
      wolfgame.py

1
wolfgame.py

@ -618,6 +618,7 @@ def chk_win(cli): @@ -618,6 +618,7 @@ def chk_win(cli):
else:
return False
stop_game(cli)
return True

Loading…
Cancel
Save