mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 12:56:30 +01:00
Merge pull request #3483 from InspectorCaracal/patch-19
Fix typo in default `msg_contents` mapping
This commit is contained in:
commit
cbbbb9e478
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue