mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
Fix build since last commit
Also rename method to better match what it does.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user