diff --git a/evennia/commands/default/building.py b/evennia/commands/default/building.py index 3d7e5e6fa8..da6a05e67e 100644 --- a/evennia/commands/default/building.py +++ b/evennia/commands/default/building.py @@ -2618,7 +2618,7 @@ class CmdExamine(ObjManipCommand): text (str): The text to send. """ - self.msg(text=(text, {"type": "examine"})) + super().msg(text=(text, {"type": "examine"})) def format_key(self, obj): return f"{obj.name} ({obj.dbref})"