mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Update filehelp.py
This commit is contained in:
parent
0a89820aa4
commit
678c61d676
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ class FileHelpEntry:
|
|||
return f"<FileHelpEntry {self.key}>"
|
||||
|
||||
def __hash__(self):
|
||||
return hash((self.key, self.help_category, self.lock_storage))
|
||||
return hash(self.key)
|
||||
|
||||
@lazy_property
|
||||
def locks(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue