diff --git a/src/main/java/li/cil/oc2/common/blockentity/InternetGateWayBlockEntity.java b/src/main/java/li/cil/oc2/common/blockentity/InternetGateWayBlockEntity.java index d5ddbc04..f04e737e 100644 --- a/src/main/java/li/cil/oc2/common/blockentity/InternetGateWayBlockEntity.java +++ b/src/main/java/li/cil/oc2/common/blockentity/InternetGateWayBlockEntity.java @@ -160,7 +160,6 @@ public class InternetGateWayBlockEntity extends ModBlockEntity implements Networ LOGGER.info("Notified clients"); } } - @Override public void sendEthernetFrame(byte[] frame) { LOGGER.trace("Got inbound packet");