sex
This commit is contained in:
parent
688c348780
commit
5134ddacf3
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ public class CorePlugin extends PositionPlugin.Listener {
|
||||||
public void packetReceived (ClientboundLevelChunkWithLightPacket packet) {
|
public void packetReceived (ClientboundLevelChunkWithLightPacket packet) {
|
||||||
boolean hasCoreY = false;
|
boolean hasCoreY = false;
|
||||||
for (BlockEntityInfo info : packet.getBlockEntities()) {
|
for (BlockEntityInfo info : packet.getBlockEntities()) {
|
||||||
if (info.getY() >= fromSize.getY() && info.getY() <= toSize.getY() && info.getType() == BlockEntityType.COMMAND_BLOCK) {
|
if (info.getY() >= fromSize.getY() && info.getY() <= toSize.getY()) {
|
||||||
hasCoreY = true;
|
hasCoreY = true;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue