From 02a1ef006464a94de190a579da85b9650096818f Mon Sep 17 00:00:00 2001 From: InspectorCaracal <51038201+InspectorCaracal@users.noreply.github.com> Date: Wed, 3 Apr 2024 10:42:18 -0600 Subject: [PATCH] fix typo --- evennia/objects/objects.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evennia/objects/objects.py b/evennia/objects/objects.py index f11b43bc51..21ddce342d 100644 --- a/evennia/objects/objects.py +++ b/evennia/objects/objects.py @@ -944,7 +944,7 @@ class DefaultObject(ObjectDB, metaclass=TypeclassBase): you = from_obj or self if "you" not in mapping: - mapping[you] = you + mapping["you"] = you contents = self.contents if exclude: