diff --git a/modules/wolfgame.py b/modules/wolfgame.py index cfd836e..7d776f1 100644 --- a/modules/wolfgame.py +++ b/modules/wolfgame.py @@ -1992,7 +1992,7 @@ def see(cli, nick, rest): else: if matches != 1: pm(cli, nick,"\u0002{0}\u0002 is currently not playing.".format(victim)) - returnj + return victim = pl[pll.index(target)] if victim == nick: pm(cli, nick, "Seeing yourself would be a waste.")