Big big update. Lots of reorganization and shuffling.
This commit is contained in:
parent
43f2167e74
commit
703fddcb7f
9 changed files with 345 additions and 178 deletions
|
|
@ -81,7 +81,7 @@ class PlayerSession(async_chat):
|
|||
"""
|
||||
After the user has authenticated, handle logging him in.
|
||||
"""
|
||||
self.pobject = user
|
||||
self.pobject = Object.objects.filter(id=user.id)[0]
|
||||
self.name = user.username
|
||||
self.logged_in = True
|
||||
self.conn_time = time.time()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue