change reference of self.caller.player to self.player

This commit is contained in:
Eldritch Semblance 2017-03-25 03:41:39 +00:00 committed by Griatch
parent 6266401c2d
commit 66f5229240

View file

@ -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: