Fix error if the first container is closed by pocke · Pull Request #5 · pocke/ElinSortInventoryMod
If the first container in the group is closed, it causes a null pointer error. The ui is null for a closed container because it can't get the ui for a closed container. Previously, it gets the ...