mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-07 13:03:06 +00:00
fixed augmented plot clearing modifying nearby plots.
This commit is contained in:
parent
0f01ff1b7b
commit
1c66c985d5
2 changed files with 16 additions and 2 deletions
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue