Fix last commit.
This commit is contained in:
@@ -97,7 +97,7 @@ public class ExtractableItems implements IItemHandler
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (alreadyExtracted && (exitems.size() <= etcitem.getExtractableCountMax()))
|
if (alreadyExtracted && (exitems.size() >= etcitem.getExtractableCountMax()))
|
||||||
{
|
{
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user