Remove now-unneeded call to .buffer.skip_next() after a preprocess.command

failure
This commit is contained in:
jesopo 2019-05-19 17:53:21 +01:00
parent 9d89d7198e
commit 5ed9185fb5

View file

@ -173,7 +173,6 @@ class Module(ModuleManager.BaseModule):
if hard_fail or (not force_success and error):
if error:
stderr.write(error).send(command_method)
target.buffer.skip_next()
return True
args = " ".join(args_split)