now it works!

master
Perttu Ahola 2011-01-18 00:45:07 +02:00
parent a1b2cd550e
commit 515a480d0e
1 changed files with 1 additions and 0 deletions

View File

@ -3116,6 +3116,7 @@ Player *Server::emergePlayer(const char *name, const char *password,
return NULL;
}
// Got one.
player->peer_id = peer_id;
return player;
}