fstasis: Add missing return
This commit is contained in:
parent
2a306fcc7c
commit
11b508d40b
@ -5104,6 +5104,8 @@ def fstasis(cli, nick, chan, rest):
|
|||||||
else:
|
else:
|
||||||
cli.notice(nick, "The amount of stasis has to be a non-negative integer.")
|
cli.notice(nick, "The amount of stasis has to be a non-negative integer.")
|
||||||
|
|
||||||
|
return
|
||||||
|
|
||||||
if amt > 0:
|
if amt > 0:
|
||||||
var.STASISED[cloak] = amt
|
var.STASISED[cloak] = amt
|
||||||
var.set_stasis(cloak, amt)
|
var.set_stasis(cloak, amt)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user