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
@@ -245,7 +245,7 @@ public class PartStorageBus extends PartUpgradeable implements IGridTickable, IC
{
this.resetCacheLogic = 2;
}
else
else if( this.resetCacheLogic < 2 )
{
this.resetCacheLogic = 1;
}