mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-05-09 02:44:12 +00:00
Prevent computers scanning peripherals twice
This commit is contained in:
parent
b7c61f9c6d
commit
5eec24676f
@ -277,7 +277,7 @@ public abstract class TileComputerBase extends TileGeneric implements IComputerT
|
||||
if( offset.equals( neighbour ) )
|
||||
{
|
||||
updateSideInput( computer, dir, offset );
|
||||
break;
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user