Tutorial. Fixes echo message on lack of argument for mobon command.

This commit is contained in:
jaggiJ 2019-02-24 12:47:11 +01:00
parent a3240e0998
commit 59a1d0e76e

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: