mirror of
https://github.com/songoda/SongodaCore.git
synced 2024-11-26 20:16:18 +01:00
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:
parent
af61d7646f
commit
e47d8aa530
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user