Correcting typo - "prot" to "proto"
Caught by LilCasper
This commit is contained in:
parent
c5a73174ab
commit
23337a61d7
1 changed files with 1 additions and 1 deletions
|
|
@ -3086,7 +3086,7 @@ class CmdSpawn(COMMAND_DEFAULT_CLASS):
|
||||||
return
|
return
|
||||||
elif nprots > 1:
|
elif nprots > 1:
|
||||||
caller.msg("Found {} prototypes matching '{}':\n {}".format(
|
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)))
|
for proto in prototypes)))
|
||||||
return
|
return
|
||||||
# we have a prototype, check access
|
# we have a prototype, check access
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue