mirror of
https://github.com/evennia/evennia.git
synced 2026-04-04 06:57:16 +02:00
Added warning message for puppeting to an object without neither location nor home set.
This commit is contained in:
parent
416d6e14bc
commit
ad8a9fbe69
3 changed files with 51 additions and 44 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue