1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-02 16:38:41 +00: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; return NULL;
} }
// Got one. // Got one.
player->peer_id = peer_id;
return player; return player;
} }