mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fixed new map generator causing a crash when generating at map limit
This commit is contained in:
parent
74ef5b8a42
commit
fe855e004f
2 changed files with 42 additions and 28 deletions
|
@ -1303,7 +1303,7 @@ void make_block(BlockMakeData *data)
|
|||
{
|
||||
if(data->no_op)
|
||||
{
|
||||
dstream<<"makeBlock: no-op"<<std::endl;
|
||||
//dstream<<"makeBlock: no-op"<<std::endl;
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue