bump version

last minute fix
This commit is contained in:
PrototypeTrousers
2022-05-13 14:51:39 -03:00
parent 48146af137
commit dd28b610e1
2 changed files with 1 additions and 2 deletions
@@ -1347,7 +1347,6 @@ public class DualityInterface implements IGridTickable, IStorageMonitorable, IIn
if( te instanceof IInterfaceHost || ( te instanceof TileCableBus && ( (TileCableBus) te ).getPart( s.getOpposite() ) instanceof PartInterface ) )
{
visitedFaces.remove( s );
try
{
IInterfaceHost targetTE;