mirror of
https://github.com/evennia/evennia.git
synced 2026-03-28 02:36:32 +01:00
Merge pull request #1778 from CloudKeeper/patch-3
Correcting typo - "prot" to "proto"
This commit is contained in:
commit
fae63c724c
1 changed files with 1 additions and 1 deletions
|
|
@ -3086,7 +3086,7 @@ class CmdSpawn(COMMAND_DEFAULT_CLASS):
|
|||
return
|
||||
elif nprots > 1:
|
||||
caller.msg("Found {} prototypes matching '{}':\n {}".format(
|
||||
nprots, prototype, ", ".join(prot.get('prototype_key', '')
|
||||
nprots, prototype, ", ".join(proto.get('prototype_key', '')
|
||||
for proto in prototypes)))
|
||||
return
|
||||
# we have a prototype, check access
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue