mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-12 16:15:20 +02:00
Remove one unused variable in Server::Receive function
This commit is contained in:
@@ -1022,7 +1022,6 @@ void Server::AsyncRunStep(bool initial_step)
|
||||
void Server::Receive()
|
||||
{
|
||||
DSTACK(FUNCTION_NAME);
|
||||
SharedBuffer<u8> data;
|
||||
u16 peer_id;
|
||||
try {
|
||||
NetworkPacket pkt;
|
||||
|
Reference in New Issue
Block a user