mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 09:05:19 +02:00
Map generation is now properly threaded and doesn't block block placement and other stuff.
This commit is contained in:
@@ -429,7 +429,7 @@ void ServerEnvironment::step(float dtime)
|
||||
|
||||
bool send_recommended = false;
|
||||
m_send_recommended_timer += dtime;
|
||||
if(m_send_recommended_timer > 0.1)
|
||||
if(m_send_recommended_timer > 0.15)
|
||||
{
|
||||
m_send_recommended_timer = 0;
|
||||
send_recommended = true;
|
||||
|
Reference in New Issue
Block a user