Added warning message for puppeting to an object without neither location nor home set.

This commit is contained in:
Griatch 2013-04-20 16:14:12 +02:00
parent 416d6e14bc
commit ad8a9fbe69
3 changed files with 51 additions and 44 deletions

View file

@ -65,7 +65,7 @@ class CmdBoot(MuxCommand):
break
else:
# Boot by player object
pobj = caller.search("*%s" % args, global_search=True, player=True)
pobj = caller.search("*%s" % args.lstrip('*'), global_search=True, player=True)
if not pobj:
return
if pobj.character.has_player: