Big big update. Lots of reorganization and shuffling.

This commit is contained in:
Greg Taylor 2006-12-03 00:25:10 +00:00
parent 43f2167e74
commit 703fddcb7f
9 changed files with 345 additions and 178 deletions

View file

@ -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()