another case of wrong item count caused by weak reset logic overriding
a full reset needed
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ aechannel=stable
|
||||
aebuild=7
|
||||
aegroup=appeng
|
||||
aebasename=appliedenergistics2
|
||||
trousers=omni-fixes-v46m
|
||||
trousers=omni-fixes-v46n
|
||||
|
||||
#########################################################
|
||||
# Versions #
|
||||
|
||||
@@ -245,7 +245,7 @@ public class PartStorageBus extends PartUpgradeable implements IGridTickable, IC
|
||||
{
|
||||
this.resetCacheLogic = 2;
|
||||
}
|
||||
else
|
||||
else if( this.resetCacheLogic < 2 )
|
||||
{
|
||||
this.resetCacheLogic = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user