mirror of
https://github.com/evennia/evennia.git
synced 2026-03-30 20:47:17 +02:00
fix typo
This commit is contained in:
parent
a5201551d4
commit
02a1ef0064
1 changed files with 1 additions and 1 deletions
|
|
@ -944,7 +944,7 @@ class DefaultObject(ObjectDB, metaclass=TypeclassBase):
|
||||||
you = from_obj or self
|
you = from_obj or self
|
||||||
|
|
||||||
if "you" not in mapping:
|
if "you" not in mapping:
|
||||||
mapping[you] = you
|
mapping["you"] = you
|
||||||
|
|
||||||
contents = self.contents
|
contents = self.contents
|
||||||
if exclude:
|
if exclude:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue