mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
Cleanup BukkitChunkManager
This commit is contained in:
parent
75a70bcff4
commit
6f9af04274
@ -408,7 +408,7 @@ public class EntityWrapper {
|
|||||||
Location loc = new Location(world, this.x + x_offset, this.y, this.z + z_offset);
|
Location loc = new Location(world, this.x + x_offset, this.y, this.z + z_offset);
|
||||||
loc.setYaw(this.yaw);
|
loc.setYaw(this.yaw);
|
||||||
loc.setPitch(this.pitch);
|
loc.setPitch(this.pitch);
|
||||||
if (this.type.isSpawnable()) {
|
if (!this.type.isSpawnable()) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
Entity entity;
|
Entity entity;
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user