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

UltimateStacker pipelines are broken because they want Core v3.0.6-SNAPSHOT.
Core pipelines (including v3.0.6-SNAPSHOT) are broken because they need the API changes from UltimateStacker.
This commit is contained in:
Christian Koop 2024-05-01 11:04:23 +02:00
parent af61d7646f
commit e47d8aa530
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());
}
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;
}