1
0
mirror of https://github.com/moparisthebest/minetest synced 2024-08-13 16:53:49 -04:00

now it works!

This commit is contained in:
Perttu Ahola 2011-01-18 00:45:07 +02:00
parent a1b2cd550e
commit 515a480d0e

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;
}