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 c5a73174ab
commit 23337a61d7

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