mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-03-22 11:26:58 +00:00
parent
77f62dac94
commit
1259e29f21
@ -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());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user