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
+1 -1
View File
@@ -4,7 +4,7 @@ aebuild=7
aegroup=appeng
aebasename=appliedenergistics2
extended=extended_life
extendedversion=v0.52.5b
extendedversion=v0.52.6
#########################################################
# Versions #
#########################################################
@@ -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;