remove debug line ig

This commit is contained in:
Chayapak 2023-04-30 09:53:48 +07:00
parent 6a4a272e4e
commit 43cd87a930

View file

@ -145,8 +145,6 @@ public class CorePlugin extends PositionPlugin.PositionListener {
public void packetReceived (ClientboundBlockUpdatePacket packet) {
final BlockChangeEntry entry = packet.getEntry();
System.out.println(entry.getBlock());
if (
entry.getBlock() == 12369 ||
entry.getBlock() == 12379 ||
@ -168,8 +166,6 @@ public class CorePlugin extends PositionPlugin.PositionListener {
for (BlockChangeEntry entry : entries) {
final Vector3i position = entry.getPosition();
System.out.println(entry.getBlock());
if (
entry.getBlock() == 12369 ||
entry.getBlock() == 12379 ||