We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a8825f commit b969a1bCopy full SHA for b969a1b
src/main/java/de/srendi/advancedperipherals/common/addons/appliedenergistics/AppEngApi.java
@@ -563,7 +563,7 @@ public static List<Object> listCells(IGridNode node) {
563
if (!iterator.hasNext()) return items;
564
while (iterator.hasNext()) {
565
IStorageProvider entity = iterator.next().getService(IStorageProvider.class);
566
- if (entity == null || !(entity instanceof DriveBlockEntity drive))
+ if (!(entity instanceof DriveBlockEntity drive))
567
continue;
568
569
InternalInventory inventory = drive.getInternalInventory();
0 commit comments