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 f04e737e..24a0a609 100644 --- a/src/main/java/li/cil/oc2/common/blockentity/InternetGateWayBlockEntity.java +++ b/src/main/java/li/cil/oc2/common/blockentity/InternetGateWayBlockEntity.java @@ -156,8 +156,6 @@ public class InternetGateWayBlockEntity extends ModBlockEntity implements Networ Level level = getLevel(); if (level != null) { level.sendBlockUpdated(getBlockPos(), getBlockState(), getBlockState(), 2); - //setChanged(); - LOGGER.info("Notified clients"); } } @Override