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