mirror of
https://github.com/evennia/evennia.git
synced 2026-03-27 10:16:32 +01:00
Correcting typo - "prot" to "proto"
Caught by LilCasper
This commit is contained in:
parent
f406dc8f13
commit
d858e173d5
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