mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Network:Remove old opcodes and fix documentation. (#5573)
This commit is contained in:
parent
4c03190ce8
commit
0c34fe20a1
7 changed files with 7 additions and 28 deletions
|
@ -674,10 +674,6 @@ void Server::handleCommand_RequestMedia(NetworkPacket* pkt)
|
|||
sendRequestedMedia(pkt->getPeerId(), tosend);
|
||||
}
|
||||
|
||||
void Server::handleCommand_ReceivedMedia(NetworkPacket* pkt)
|
||||
{
|
||||
}
|
||||
|
||||
void Server::handleCommand_ClientReady(NetworkPacket* pkt)
|
||||
{
|
||||
u16 peer_id = pkt->getPeerId();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue