mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
some tweaking
This commit is contained in:
parent
a75876f248
commit
9b1b57a523
5 changed files with 141 additions and 16 deletions
|
@ -510,9 +510,13 @@ void RemoteClient::GetNextBlocks(Server *server, float dtime,
|
|||
}
|
||||
else
|
||||
{
|
||||
// Limit the generating area vertically to 2/3
|
||||
/*// Limit the generating area vertically to 2/3
|
||||
if(abs(p.Y - center.Y) > d_max_gen - d_max_gen / 3)
|
||||
generate = false;
|
||||
generate = false;*/
|
||||
|
||||
// Limit the send area vertically to 2/3
|
||||
if(abs(p.Y - center.Y) > d_max_gen - d_max_gen / 3)
|
||||
continue;
|
||||
}
|
||||
|
||||
#if 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue