This should fix the chunk ghosting bug

This commit is contained in:
Raphfrk
2011-03-11 19:39:09 +00:00
committed by Dinnerbone
parent 9869ace146
commit 7242f21a32
2 changed files with 8 additions and 2 deletions

View File

@@ -45,6 +45,7 @@ public class CraftWorld implements World {
}
public void preserveChunk( CraftChunk chunk ) {
chunk.breakLink();
unloadedChunks.put( (chunk.getX() << 16) + chunk.getZ(), chunk );
}
@@ -141,6 +142,7 @@ public class CraftWorld implements World {
provider.a(chunk);
}
preserveChunk((CraftChunk)chunk.bukkitChunk);
provider.a.remove(x, z);
provider.e.remove(x, z);
provider.f.remove(chunk);