mirror of
https://github.com/evennia/evennia.git
synced 2026-04-02 22:17:17 +02:00
Correctly remove the webclient options monitor on disconnect
This commit is contained in:
parent
da7a71e6dd
commit
ebbec15081
1 changed files with 3 additions and 2 deletions
|
|
@ -261,8 +261,9 @@ class ServerSession(Session):
|
|||
player.at_post_disconnect()
|
||||
# remove any webclient settings monitors associated with this
|
||||
# session
|
||||
MONITOR_HANDLER.remove(player, "webclient_settings", self.sessid)
|
||||
|
||||
MONITOR_HANDLER.remove(player, "_saved_webclient_options",
|
||||
self.sessid)
|
||||
|
||||
|
||||
def get_player(self):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue