mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Fix typo
This commit is contained in:
parent
945b466d48
commit
c9a02f3d6c
1 changed files with 1 additions and 1 deletions
|
|
@ -2281,7 +2281,7 @@ class CmdTeleport(COMMAND_DEFAULT_CLASS):
|
|||
caller.msg("You can't teleport an object inside of itself!")
|
||||
return
|
||||
if obj_to_teleport == destination.location:
|
||||
caller.msg("You can'nt teleport an object inside something it holds!")
|
||||
caller.msg("You can't teleport an object inside something it holds!")
|
||||
return
|
||||
if obj_to_teleport.location and obj_to_teleport.location == destination:
|
||||
caller.msg("%s is already at %s." % (obj_to_teleport, destination))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue