1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 03:35:51 +00:00

actually fixes it now

removed if (list.size() % 2 != 0) list.add(null);
This commit is contained in:
J3fftw1 2019-12-02 15:58:33 +01:00
parent 8183a1a5af
commit 5e52a5d3ab

View File

@ -426,8 +426,7 @@ public abstract class AReactor extends SlimefunItem implements RecipeDisplayItem
item.setItemMeta(im);
list.add(item);
}
if (list.size() % 2 != 0) list.add(null);
return list;
}