mirror of
https://github.com/evennia/evennia.git
synced 2026-03-29 03:57:17 +02:00
class var options renamed switch_options
This commit is contained in:
parent
2b9f0750e5
commit
f1f94b4788
1 changed files with 2 additions and 2 deletions
|
|
@ -467,7 +467,7 @@ class CmdOption(COMMAND_DEFAULT_CLASS):
|
|||
"""
|
||||
key = "@option"
|
||||
aliases = "@options"
|
||||
options = ("save", "clear")
|
||||
switch_options = ("save", "clear")
|
||||
locks = "cmd:all()"
|
||||
|
||||
# this is used by the parent
|
||||
|
|
@ -651,7 +651,7 @@ class CmdQuit(COMMAND_DEFAULT_CLASS):
|
|||
game. Use the /all switch to disconnect from all sessions.
|
||||
"""
|
||||
key = "@quit"
|
||||
options = ("all",)
|
||||
switch_options = ("all",)
|
||||
locks = "cmd:all()"
|
||||
|
||||
# this is used by the parent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue