mirror of
https://github.com/evennia/evennia.git
synced 2026-04-06 16:44:08 +02:00
TYPO IN COMMENTS of @copy
TYPO IN COMMENTS: one exact copT of the original = copY of the ....
This commit is contained in:
parent
16ce5afb96
commit
b48822b223
1 changed files with 1 additions and 1 deletions
|
|
@ -189,7 +189,7 @@ class CmdCopy(ObjManipCommand):
|
|||
since it was first created.
|
||||
|
||||
Create one or more copies of an object. If you don't supply any targets,
|
||||
one exact copt of the original object will be created with the name *_copy.
|
||||
one exact copy of the original object will be created with the name *_copy.
|
||||
"""
|
||||
|
||||
key = "@copy"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue