mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-09-29 23:12:23 +00:00
@@ -219,7 +219,7 @@ public class WiredModemFullBlockEntity extends BlockEntity {
|
||||
if (!world.isLoaded(offset)) continue;
|
||||
|
||||
var element = connectedElements.get((ServerLevel) getLevel(), getBlockPos(), facing);
|
||||
if (element == null) return;
|
||||
if (element == null) continue;
|
||||
|
||||
node.connectTo(element.getNode());
|
||||
}
|
||||
|
Reference in New Issue
Block a user