Fixed Entropy Manipulator crash.
This commit is contained in:
parent
0f86efa3f5
commit
0a2f90d115
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ public class InWorldToolOperationResult
|
||||||
public static InWorldToolOperationResult getBlockOperationResult( final ItemStack[] items )
|
public static InWorldToolOperationResult getBlockOperationResult( final ItemStack[] items )
|
||||||
{
|
{
|
||||||
final List<ItemStack> temp = new ArrayList<ItemStack>();
|
final List<ItemStack> temp = new ArrayList<ItemStack>();
|
||||||
ItemStack b = null;
|
ItemStack b = ItemStack.EMPTY;
|
||||||
|
|
||||||
for( final ItemStack l : items )
|
for( final ItemStack l : items )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue