Updated rst files to latest wiki.

This commit is contained in:
Griatch 2011-09-20 13:21:07 +02:00
parent 60424fa828
commit 9a719d7fb0
8 changed files with 82 additions and 63 deletions

View file

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