mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
mapgen stuff
This commit is contained in:
parent
e8a731adc5
commit
aed9e809a1
7 changed files with 393 additions and 197 deletions
|
@ -1720,7 +1720,7 @@ void Server::AsyncRunStep()
|
|||
|
||||
// Don't send too many at a time
|
||||
count++;
|
||||
if(count >= 2 && m_unsent_map_edit_queue.size() < 50)
|
||||
if(count >= 1 && m_unsent_map_edit_queue.size() < 100)
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue