mirror of
https://github.com/evennia/evennia.git
synced 2026-03-27 02:06:32 +01:00
Made the AJAX/COMET protocol correctly report itself so it shows up in the who list
This commit is contained in:
parent
089235e2ec
commit
d48125c019
1 changed files with 1 additions and 1 deletions
|
|
@ -161,7 +161,7 @@ class WebClient(resource.Resource):
|
|||
|
||||
sess = WebClientSession()
|
||||
sess.client = self
|
||||
sess.init_session("webclient", remote_addr, self.sessionhandler)
|
||||
sess.init_session("ajax/comet", remote_addr, self.sessionhandler)
|
||||
sess.suid = suid
|
||||
sess.sessionhandler.connect(sess)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue