diff --git a/evennia/help/filehelp.py b/evennia/help/filehelp.py index 2af67c3f17..ff2d18f6b8 100644 --- a/evennia/help/filehelp.py +++ b/evennia/help/filehelp.py @@ -121,7 +121,7 @@ class FileHelpEntry: return f"" def __hash__(self): - return hash((self.key, self.help_category, self.lock_storage)) + return hash(self.key) @lazy_property def locks(self):