mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Optimize block sent: Fix rendering issue
This commit is contained in:
parent
e2cbfa82e8
commit
8a7dc838a8
3 changed files with 4 additions and 4 deletions
|
@ -357,7 +357,7 @@ queue_full_break:
|
|||
} else if(nearest_emergefull_d != -1){
|
||||
new_nearest_unsent_d = nearest_emergefull_d;
|
||||
} else {
|
||||
if(d > g_settings->getS16("max_block_send_distance")){
|
||||
if(d > full_d_max){
|
||||
new_nearest_unsent_d = 0;
|
||||
m_nothing_to_send_pause_timer = 2.0;
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue