1
0
Fork 0
This commit is contained in:
LO1ZB 2014-09-03 13:52:32 +02:00
parent 554f585017
commit 42fb71f261
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ bool cWorldStorage::LoadOneChunk(void)
if (ToLoad.m_Generate)
{
// The chunk couldn't be loaded, generate it:
m_World->GetGenerator().QueueGenerateChunk(ToLoad.m_ChunkX, ToLoad.m_ChunkZ, true);
m_World->GetGenerator().QueueGenerateChunk(ToLoad.m_ChunkX, ToLoad.m_ChunkZ, false);
}
else
{