mirror of
https://github.com/evennia/evennia.git
synced 2026-04-07 00:45:22 +02:00
Add class var options to CmdExtendedDesc
Inherits from default_cmds.CmdDesc, but unused in CmdExtendedDesc, so needs to be set empty.
This commit is contained in:
parent
f94a083846
commit
3ee3335a3f
1 changed files with 1 additions and 0 deletions
|
|
@ -367,6 +367,7 @@ class CmdExtendedDesc(default_cmds.CmdDesc):
|
|||
|
||||
"""
|
||||
aliases = ["describe", "detail"]
|
||||
options = () # Inherits from default_cmds.CmdDesc, but unused here
|
||||
|
||||
def reset_times(self, obj):
|
||||
"""By deleteting the caches we force a re-load."""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue