1
0
Fork 0
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:
red-001 2017-04-22 12:59:02 +01:00 committed by Loïc Blot
parent 4c03190ce8
commit 0c34fe20a1
7 changed files with 7 additions and 28 deletions

View file

@ -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();