Merge pull request #1786 from jaggiJ/typo-fix
Tutorial. Fixes echo message on lack of argument for mobon command.
This commit is contained in:
commit
45a28509dd
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ class CmdMobOnOff(Command):
|
||||||
to turn on/off the mob."
|
to turn on/off the mob."
|
||||||
"""
|
"""
|
||||||
if not self.args:
|
if not self.args:
|
||||||
self.caller.msg("Usage: mobon|moboff <mob>")
|
self.caller.msg("Usage: mobon||moboff <mob>")
|
||||||
return
|
return
|
||||||
mob = self.caller.search(self.args)
|
mob = self.caller.search(self.args)
|
||||||
if not mob:
|
if not mob:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue