Patch fix for concurrent modification exception
This commit is contained in:
parent
c5b48ab59f
commit
1a908d64c6
1 changed files with 7 additions and 7 deletions
|
@ -144,13 +144,13 @@ public class TestItemFilter implements IItemFilter
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
for (ItemStack filterStack : requestList)
|
// for (ItemStack filterStack : requestList)
|
||||||
{
|
// {
|
||||||
if (filterStack.stackSize <= 0)
|
// if (filterStack.stackSize <= 0)
|
||||||
{
|
// {
|
||||||
requestList.remove(filterStack);
|
// requestList.remove(filterStack);
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue