Merge pull request #1786 from jaggiJ/typo-fix

Tutorial. Fixes echo message on lack of argument for mobon command.
This commit is contained in:
Griatch 2019-02-24 17:27:39 +01:00 committed by GitHub
commit 9654de0069
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,7 @@ class CmdMobOnOff(Command):
to turn on/off the mob."
"""
if not self.args:
self.caller.msg("Usage: mobon|moboff <mob>")
self.caller.msg("Usage: mobon||moboff <mob>")
return
mob = self.caller.search(self.args)
if not mob: