From 23337a61d7e12b7e17491792e0e60b2a96c9014f Mon Sep 17 00:00:00 2001 From: CloudKeeper <46334817+CloudKeeper@users.noreply.github.com> Date: Sat, 9 Feb 2019 14:19:50 +1100 Subject: [PATCH] Correcting typo - "prot" to "proto" Caught by LilCasper --- evennia/commands/default/building.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evennia/commands/default/building.py b/evennia/commands/default/building.py index 35a651f536..53b710d97c 100644 --- a/evennia/commands/default/building.py +++ b/evennia/commands/default/building.py @@ -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