partially revert fda8c8

This commit is contained in:
PrototypeTrousers
2021-08-04 09:28:47 -03:00
parent 09cbfe96d6
commit 1d5465a4b8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ aechannel=stable
aebuild=7
aegroup=appeng
aebasename=appliedenergistics2
trousers=omni-fixes-v45m
trousers=omni-fixes-v45n
#########################################################
# Versions #
@@ -182,7 +182,7 @@ public class DualityInterface implements IGridTickable, IStorageMonitorable, IIn
{
this.readConfig();
}
else if( inv == this.patterns )
else if( inv == this.patterns && ( !removed.isEmpty() || !added.isEmpty() ) )
{
this.updateCraftingList();
}