Fixed recursion with CmdExamine

This commit is contained in:
Andrew Bastien 2023-11-27 09:29:31 -05:00
parent 9e067f6f84
commit 8fe7f3d086

View file

@ -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})"