mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 17:15:21 +02:00
Remove weird command procession limit
it was set to 1 too, wtf?!
This commit is contained in:
@@ -248,9 +248,7 @@ void ConnectionSendThread::runTimeouts(float dtime)
|
||||
rawSendAsPacket(udpPeer->id, 0, data, true);
|
||||
}
|
||||
|
||||
udpPeer->RunCommandQueues(m_max_packet_size,
|
||||
m_max_commands_per_iteration,
|
||||
m_max_packets_requeued);
|
||||
udpPeer->RunCommandQueues(m_max_packet_size, m_max_packets_requeued);
|
||||
}
|
||||
|
||||
// Remove timed out peers
|
||||
|
Reference in New Issue
Block a user