more fix?

This commit is contained in:
Chayapak 2023-06-27 20:24:28 +07:00
parent 704043b04a
commit c4f629a31a

View file

@ -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();