Fixed Entropy Manipulator crash.

This commit is contained in:
Gunther De Wachter 2017-07-02 06:17:23 +02:00
parent 0f86efa3f5
commit 0a2f90d115

View file

@ -54,7 +54,7 @@ public class InWorldToolOperationResult
public static InWorldToolOperationResult getBlockOperationResult( final ItemStack[] items )
{
final List<ItemStack> temp = new ArrayList<ItemStack>();
ItemStack b = null;
ItemStack b = ItemStack.EMPTY;
for( final ItemStack l : items )
{