mirror of
https://github.com/evennia/evennia.git
synced 2026-03-25 09:16:32 +01:00
class var options renamed switch_options
This commit is contained in:
parent
8a19f41dd0
commit
564b78ae23
1 changed files with 1 additions and 1 deletions
|
|
@ -367,7 +367,7 @@ class CmdExtendedDesc(default_cmds.CmdDesc):
|
|||
|
||||
"""
|
||||
aliases = ["describe", "detail"]
|
||||
options = () # Inherits from default_cmds.CmdDesc, but unused here
|
||||
switch_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