LastUpdate is now a TAG_Long

This commit is contained in:
David Vierra 2011-01-06 17:02:12 -10:00
parent 67c3a7f86d
commit c1125f6b56

View File

@ -1562,7 +1562,7 @@ class InfdevChunk(MCLevel):
levelTag[xPos] = TAG_Int(cx)
levelTag[zPos] = TAG_Int(cz)
levelTag[LastUpdate] = TAG_Int(0);
levelTag[LastUpdate] = TAG_Long(0);
levelTag[BlockLight] = TAG_Byte_Array()
levelTag[BlockLight].value = zeros(16*16*64, uint8)