Fix issues with chunk saving. Fixes BUKKIT-2158, BUKKIT-2018 and BUKKIT-2229

This commit is contained in:
Mike Primm
2012-08-12 18:40:49 -05:00
committed by EvilSeph
parent cacfc71b46
commit 5254993510
4 changed files with 33 additions and 22 deletions

View File

@@ -70,6 +70,7 @@ public class Chunk {
}
public org.bukkit.Chunk bukkitChunk;
public boolean mustSave;
// CraftBukkit end
public Chunk(World world, byte[] abyte, int i, int j) {