This commit is contained in:
Nikita Tomashevich
2022-04-09 13:34:28 +03:00
committed by logan
parent 62ead76b9a
commit 3aeca52982

View File

@@ -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