another case of wrong item count caused by weak reset logic overriding
a full reset needed
This commit is contained in:
@@ -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