Resolves issue 195. A typo in the sessionhandler that lead to big consequences.
This commit is contained in:
parent
2597df0512
commit
bab89b191b
2 changed files with 6 additions and 7 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue