Skip to content

Commit

Permalink
change reference of self.caller.player to self.player
Browse files Browse the repository at this point in the history
  • Loading branch information
Eldritch Semblance authored and Griatch committed Mar 25, 2017
1 parent 6266401 commit 66f5229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evennia/commands/default/help.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def msg_help(self, text):

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:
Expand Down

0 comments on commit 66f5229

Please sign in to comment.