From cf8d5265bb7509682d9af79038b4c521a03f114d Mon Sep 17 00:00:00 2001 From: BlauFeuer Date: Mon, 5 Mar 2018 15:17:19 -0500 Subject: [PATCH] class var options renamed switch_options --- evennia/commands/default/help.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evennia/commands/default/help.py b/evennia/commands/default/help.py index a355ac2e3..d2011629c 100644 --- a/evennia/commands/default/help.py +++ b/evennia/commands/default/help.py @@ -317,7 +317,7 @@ class CmdSetHelp(COMMAND_DEFAULT_CLASS): """ key = "@sethelp" - options = ("edit", "replace", "append", "extend", "delete") + switch_options = ("edit", "replace", "append", "extend", "delete") locks = "cmd:perm(Helper)" help_category = "Building"