reported NPE
AartBluestoke opened this issue ยท 3 comments
java.lang.NullPointerException
at logisticspipes.request.RequestManager$workWeightedSorter.compare(RequestManager.java:67)
at logisticspipes.request.RequestManager$workWeightedSorter.compare(RequestManager.java:37)
at java.util.TimSort.countRunAndMakeAscending(TimSort.java:324)
line 67 is c = o1.destination.getCachedPipe().getLoadFactor() - o2.destination.getCachedPipe().getLoadFactor();