mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-12 16:15:20 +02:00
Ensure that legacy mode is correctly disabled.
This commit is contained in:
@@ -1208,6 +1208,10 @@ SharedBuffer<u8> ConnectionReceiveThread::handlePacketType_Control(Channel *chan
|
|||||||
m_connection->SetPeerID(peer_id_new);
|
m_connection->SetPeerID(peer_id_new);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// set non legacy mode locally
|
||||||
|
dynamic_cast<UDPPeer *>(peer)->setNonLegacyPeer();
|
||||||
|
|
||||||
|
// request the same from the remote side
|
||||||
ConnectionCommand cmd;
|
ConnectionCommand cmd;
|
||||||
|
|
||||||
SharedBuffer<u8> reply(2);
|
SharedBuffer<u8> reply(2);
|
||||||
|
Reference in New Issue
Block a user