forked from ChomeNS/chomens-bot-java
more fix?
This commit is contained in:
parent
704043b04a
commit
c4f629a31a
1 changed files with 4 additions and 1 deletions
|
@ -246,7 +246,10 @@ public class CorePlugin extends PositionPlugin.Listener {
|
|||
if (
|
||||
(
|
||||
from.getX() / 16 == packet.getX() ||
|
||||
from.getZ() / 16 == packet.getZ()
|
||||
from.getZ() / 16 == packet.getZ() ||
|
||||
|
||||
to.getX() / 16 == packet.getX() ||
|
||||
to.getZ() / 16 == packet.getZ()
|
||||
) &&
|
||||
hasCoreY
|
||||
) refill();
|
||||
|
|
Loading…
Reference in a new issue