mirror of
https://github.com/evennia/evennia.git
synced 2026-03-30 12:37:16 +02:00
Webclient options monitor: reference the correct attribute
This commit is contained in:
parent
8dcd242d3b
commit
9efed33fb5
1 changed files with 1 additions and 1 deletions
|
|
@ -470,7 +470,7 @@ def webclient_options(session, *args, **kwargs):
|
|||
# Create a monitor. If a monitor already exists then it will replace
|
||||
# the previous one since it would use the same idstring
|
||||
from evennia.scripts.monitorhandler import MONITOR_HANDLER
|
||||
MONITOR_HANDLER.add(player, "webclient_options",
|
||||
MONITOR_HANDLER.add(player, "_saved_webclient_options",
|
||||
_on_webclient_options_change,
|
||||
idstring=session.sessid, persistent=False,
|
||||
session=session)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue