partially revert fda8c8
This commit is contained in:
+1
-1
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user