Fix a teleport example missing =
This commit is contained in:
parent
b704363cf7
commit
2bc87c0b0d
1 changed files with 3 additions and 2 deletions
|
|
@ -2396,7 +2396,7 @@ class CmdTeleport(COMMAND_DEFAULT_CLASS):
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
@tel Limbo
|
@tel Limbo
|
||||||
@tel/quiet box Limbo
|
@tel/quiet box = Limbo
|
||||||
@tel/tonone box
|
@tel/tonone box
|
||||||
|
|
||||||
Switches:
|
Switches:
|
||||||
|
|
@ -2412,7 +2412,8 @@ class CmdTeleport(COMMAND_DEFAULT_CLASS):
|
||||||
loc - teleport object to the target's location instead of its contents
|
loc - teleport object to the target's location instead of its contents
|
||||||
|
|
||||||
Teleports an object somewhere. If no object is given, you yourself
|
Teleports an object somewhere. If no object is given, you yourself
|
||||||
is teleported to the target location. """
|
is teleported to the target location.
|
||||||
|
"""
|
||||||
key = "@tel"
|
key = "@tel"
|
||||||
aliases = "@teleport"
|
aliases = "@teleport"
|
||||||
locks = "cmd:perm(teleport) or perm(Builder)"
|
locks = "cmd:perm(teleport) or perm(Builder)"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue