1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-16 10:09:55 +00:00

Prevent computers scanning peripherals twice

This commit is contained in:
SquidDev 2020-04-29 17:37:02 +01:00
parent b7c61f9c6d
commit 5eec24676f

View File

@ -277,7 +277,7 @@ private void updateInput( BlockPos neighbour )
if( offset.equals( neighbour ) )
{
updateSideInput( computer, dir, offset );
break;
return;
}
}