mirror of
https://github.com/evennia/evennia.git
synced 2026-04-06 16:44:08 +02:00
class var options renamed switch_options
This commit is contained in:
parent
eb3b7815e6
commit
933388633f
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