mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 21:26:45 +01:00
idek?
This commit is contained in:
parent
41c4018a27
commit
420e38bead
@ -136,7 +136,7 @@ public abstract class BasicQueueCoordinator extends QueueCoordinator {
|
|||||||
if (entity.getState() == null || entity.getState().getType() == EntityTypes.PLAYER) {
|
if (entity.getState() == null || entity.getState().getType() == EntityTypes.PLAYER) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
Location location = entity.getBlockLocation();
|
Location location = entity.getLocation();
|
||||||
LocalChunk chunk = getChunk(location.getBlockX() >> 4, location.getBlockZ() >> 4);
|
LocalChunk chunk = getChunk(location.getBlockX() >> 4, location.getBlockZ() >> 4);
|
||||||
chunk.setEntity(location, entity.getState());
|
chunk.setEntity(location, entity.getState());
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user