Resolves issue 195. A typo in the sessionhandler that lead to big consequences.

This commit is contained in:
Griatch 2011-10-01 12:44:30 +02:00
parent 2597df0512
commit bab89b191b
2 changed files with 6 additions and 7 deletions

View file

@ -50,7 +50,7 @@ class ServerSession(Session):
if not self.logged_in:
return
player = self.get_player(1)
player = self.get_player()
character = self.get_character()
if player:
#print "sync: at_init() - player"