Fix for the Vaporize fluid simulator when loading chunks.
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1271 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
@@ -738,7 +738,6 @@ void cChunkMap::SetChunkData(
|
||||
return;
|
||||
}
|
||||
Chunk->SetAllData(a_BlockTypes, a_BlockMeta, a_BlockLight, a_BlockSkyLight, a_HeightMap, a_BiomeMap, a_Entities, a_BlockEntities);
|
||||
Chunk->SetValid();
|
||||
|
||||
if (a_MarkDirty)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user