diff --git a/evennia/commands/default/help.py b/evennia/commands/default/help.py index e2113be688..4590ab74c6 100644 --- a/evennia/commands/default/help.py +++ b/evennia/commands/default/help.py @@ -60,7 +60,7 @@ class CmdHelp(Command): if self.session.protocol_key in ("websocket", "ajax/comet"): try: - options = self.caller.player.db._saved_webclient_options + options = self.player.db._saved_webclient_options if options and options["helppopup"]: usemore = False except KeyError: