fixed augmented plot clearing modifying nearby plots.

This commit is contained in:
boy0001 2015-02-12 03:03:17 +11:00
parent 0f01ff1b7b
commit 1c66c985d5
2 changed files with 16 additions and 2 deletions

View file

@ -261,6 +261,7 @@ public class ChunkManager {
entity.spawn(world, x_offset, z_offset);
}
catch (Exception e) {
System.out.print("Failed to restore entity " + entity.x + "," + entity.y + "," + entity.z + " : " + entity.id);
e.printStackTrace();
}
}