Merge branch 'development'

This commit is contained in:
Brianna 2019-11-07 15:58:05 -05:00
commit bc7917807d
2 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,7 @@ stages:
variables: variables:
name: "UltimateStacker" name: "UltimateStacker"
path: "/builds/$CI_PROJECT_PATH" path: "/builds/$CI_PROJECT_PATH"
version: "1.10.20" version: "1.10.21"
build: build:
stage: build stage: build

View File

@ -19,6 +19,7 @@ public class DropUtils {
ItemStack droppedItem = drop.getItemStack(); ItemStack droppedItem = drop.getItemStack();
if (droppedItem != null) { if (droppedItem != null) {
droppedItem = droppedItem.clone();
boolean success = false; boolean success = false;
for (ItemStack item : items) { for (ItemStack item : items) {
if (item.getType() != droppedItem.getType() if (item.getType() != droppedItem.getType()