another case of wrong item count caused by weak reset logic overriding

a full reset needed
This commit is contained in:
PrototypeTrousers
2021-09-01 16:11:20 -03:00
parent c68c02ef3b
commit 880a9c8821
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-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;
}