mirror of
https://github.com/evennia/evennia.git
synced 2026-03-26 09:46:32 +01:00
Merge pull request #3350 from volundmush/help_webclient_keys
Fixed stale protocol keys in CmdHelp
This commit is contained in:
commit
8ee119a599
1 changed files with 2 additions and 2 deletions
|
|
@ -119,8 +119,8 @@ class CmdHelp(COMMAND_DEFAULT_CLASS):
|
|||
usemore = True
|
||||
|
||||
if self.session and self.session.protocol_key in (
|
||||
"websocket",
|
||||
"ajax/comet",
|
||||
"webclient/websocket",
|
||||
"webclient/ajax",
|
||||
):
|
||||
try:
|
||||
options = self.account.db._saved_webclient_options
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue