fstasis: Add missing return

This commit is contained in:
nyuszika7h 2014-09-27 12:49:03 +02:00
parent 2a306fcc7c
commit 11b508d40b

View File

@ -5104,6 +5104,8 @@ def fstasis(cli, nick, chan, rest):
else:
cli.notice(nick, "The amount of stasis has to be a non-negative integer.")
return
if amt > 0:
var.STASISED[cloak] = amt
var.set_stasis(cloak, amt)