Correcting typo - "prot" to "proto"

Caught by LilCasper
This commit is contained in:
CloudKeeper 2019-02-09 14:19:50 +11:00 committed by GitHub
parent f406dc8f13
commit d858e173d5
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