mirror of
https://github.com/evennia/evennia.git
synced 2026-03-30 20:47:17 +02:00
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"):
|
||||
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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue