Revert "chore(build): Resolve versioning race condition by commenting StackerAPI"

This reverts commit e47d8aa530.
This commit is contained in:
Christian Koop 2024-05-01 12:23:19 +02:00
parent e47d8aa530
commit dd08670fc2
No known key found for this signature in database
GPG Key ID: 89A8181384E010A3

View File

@ -90,7 +90,7 @@ public class DropUtils {
stack.setAmount(newAmount.intValue()); stack.setAmount(newAmount.intValue());
} }
for (StackedItem stack : stacks) { 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; return;
} }