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