mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 05:06:44 +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) {
|
||||
return false;
|
||||
}
|
||||
Location location = entity.getBlockLocation();
|
||||
Location location = entity.getLocation();
|
||||
LocalChunk chunk = getChunk(location.getBlockX() >> 4, location.getBlockZ() >> 4);
|
||||
chunk.setEntity(location, entity.getState());
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user