1
0
Fork 0
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:
Perttu Ahola 2011-07-22 01:37:05 +03:00
parent 74ef5b8a42
commit fe855e004f
2 changed files with 42 additions and 28 deletions

View file

@ -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;
}