This commit is contained in:
way2muchnoise
2016-09-26 18:58:03 +02:00
parent c9a9c52e3b
commit 7f973f5537

View File

@@ -379,7 +379,7 @@ public class TileDiskManipulator extends TileNode implements IComparable, IFilte
if (disk != null) { if (disk != null) {
int i = 6; int i = 6;
while (disks.getStackInSlot(i) != null && i < 12) { while (i < 12 && disks.getStackInSlot(i) != null) {
i++; i++;
} }