Merge pull request #1778 from CloudKeeper/patch-3

Correcting typo - "prot" to "proto"
This commit is contained in:
Griatch 2019-02-09 09:17:01 +01:00 committed by GitHub
commit fae63c724c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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