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

Merge pull request #1277 from J3fftw1/fix/fixes-1276

actually fixes it now
This commit is contained in:
TheBusyBiscuit 2019-12-02 16:01:50 +01:00 committed by GitHub
commit 23d513943f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;
}