ItemStack.Empty -> ItemStack.EmptyStack
This commit is contained in:
parent
090e1042c9
commit
68f53787fc
@ -63,7 +63,7 @@ namespace TrueCraft.Core.Logic.Blocks
|
||||
if (MathHelper.Random.Next (1, 24) == 1)
|
||||
return new[] { new ItemStack (SeedsItem.ItemID, 1) };
|
||||
else
|
||||
return new[] { ItemStack.Empty };
|
||||
return new[] { ItemStack.EmptyStack };
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user