1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Fix build since last commit

Also rename method to better match what it does.
This commit is contained in:
est31 2015-05-16 22:14:15 +02:00
parent 8dbf683313
commit c297a75a7d
2 changed files with 5 additions and 5 deletions

View file

@ -281,7 +281,7 @@ void Server::handleCommand_Init(NetworkPacket* pkt)
Send(&resp_pkt);
client->allowed_auth_mechs = auth_mechs;
client->setSupportedCompressionModes(compression_modes);
client->setDeployedCompressionMode(depl_compress_mode);
m_clients.event(pkt->getPeerId(), CSE_Hello);
}