Skip to content

Commit

Permalink
Revert "chore(build): Resolve versioning race condition by commenting…
Browse files Browse the repository at this point in the history
… StackerAPI"

This reverts commit e47d8aa.
  • Loading branch information
SpraxDev committed May 1, 2024
1 parent e47d8aa commit dd08670
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ private static void dropItems(List<ItemStack> items, EntityDeathEvent event) {
stack.setAmount(newAmount.intValue());
}
for (StackedItem stack : stacks) {
// UltimateStackerApi.getStackedItemManager().createStack(stack.getItemToDrop(), event.getEntity().getLocation(), stack.getAmount(), event.getEntity());
UltimateStackerApi.getStackedItemManager().createStack(stack.getItemToDrop(), event.getEntity().getLocation(), stack.getAmount(), event.getEntity());
}
return;
}
Expand Down

0 comments on commit dd08670

Please sign in to comment.