Skip to content
Snippets Groups Projects
Commit 714a4f85 authored by kwolekr's avatar kwolekr
Browse files

Attempt to fix occasional issue of uninitialized MapBlock data

parent b0efb8f3
No related branches found
No related tags found
No related merge requests found
......@@ -2311,7 +2311,7 @@ bool ServerMap::initBlockMake(BlockMakeData *data, v3s16 blockpos)
// Add the area
{
//TimeTaker timer("initBlockMake() initialEmerge");
data->vmanip->initialEmerge(bigarea_blocks_min, bigarea_blocks_max, false);
data->vmanip->initialEmerge(bigarea_blocks_min, bigarea_blocks_max);
}
// Ensure none of the blocks to be generated were marked as containing CONTENT_IGNORE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment