mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
fixed face updating slowness bug
This commit is contained in:
parent
aaafb5add0
commit
a18525a14e
7 changed files with 127 additions and 8 deletions
|
@ -380,7 +380,7 @@ void RemoteClient::GetNextBlocks(Server *server, float dtime,
|
|||
|
||||
Also, don't send blocks that are already flying.
|
||||
*/
|
||||
if(d >= BLOCK_SEND_DISABLE_LIMITS_MAX_D)
|
||||
if(d > BLOCK_SEND_DISABLE_LIMITS_MAX_D)
|
||||
{
|
||||
JMutexAutoLock lock(m_blocks_sending_mutex);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue