remove debug line ig
This commit is contained in:
parent
6a4a272e4e
commit
43cd87a930
1 changed files with 0 additions and 4 deletions
|
@ -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 ||
|
||||
|
|
Loading…
Reference in a new issue