Merge branch 'master' into develop

This commit is contained in:
Griatch 2019-02-24 17:28:04 +01:00
commit 2b14b9a406

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: