change reference of self.caller.player to self.player
This commit is contained in:
parent
6266401c2d
commit
66f5229240
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ class CmdHelp(Command):
|
||||||
|
|
||||||
if self.session.protocol_key in ("websocket", "ajax/comet"):
|
if self.session.protocol_key in ("websocket", "ajax/comet"):
|
||||||
try:
|
try:
|
||||||
options = self.caller.player.db._saved_webclient_options
|
options = self.player.db._saved_webclient_options
|
||||||
if options and options["helppopup"]:
|
if options and options["helppopup"]:
|
||||||
usemore = False
|
usemore = False
|
||||||
except KeyError:
|
except KeyError:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue