Do not check white-/blacklist on extract
Slightly rollbacks #384, since extractables are filtered in getAvailableItems Allows extracting inaccessible items from cells and overriding SB behavior via reporting non-extractables
This commit is contained in:
@@ -195,7 +195,7 @@ public class MEInventoryHandler<T extends IAEStack<T>> implements IMEInventoryHa
|
||||
}
|
||||
|
||||
protected boolean canExtract(T request) {
|
||||
return this.hasReadAccess && passesBlackOrWhitelist(request);
|
||||
return this.hasReadAccess;
|
||||
}
|
||||
|
||||
public boolean passesBlackOrWhitelist(T input) {
|
||||
|
||||
Reference in New Issue
Block a user