Fix last commit.

This commit is contained in:
MobiusDev
2015-12-18 21:00:16 +00:00
parent 07fb53e015
commit 63f275b41e

View File

@@ -97,7 +97,7 @@ public class ExtractableItems implements IItemHandler
break;
}
}
if (alreadyExtracted && (exitems.size() <= etcitem.getExtractableCountMax()))
if (alreadyExtracted && (exitems.size() >= etcitem.getExtractableCountMax()))
{
continue;
}