mirror of
https://github.com/evennia/evennia.git
synced 2026-03-26 17:56:32 +01:00
Missed on line in last commit.
This commit is contained in:
parent
8c07b74eff
commit
7bf00850e6
1 changed files with 2 additions and 2 deletions
|
|
@ -184,8 +184,8 @@ class CmdCopy(ObjManipCommand):
|
|||
copy an object and its properties
|
||||
|
||||
Usage:
|
||||
@copy[/reset] <original obj> [= <new_name>][;alias;alias..][
|
||||
:<new_location>] [,<new_name2> ...]
|
||||
@copy[/reset] <original obj> [= <new_name>][;alias;alias..]
|
||||
[:<new_location>] [,<new_name2> ...]
|
||||
|
||||
switch:
|
||||
reset - make a 'clean' copy off the object, thus
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue