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:
parent
8dbf683313
commit
c297a75a7d
2 changed files with 5 additions and 5 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue