mirror of
https://github.com/songoda/SongodaCore.git
synced 2024-11-27 04:25:19 +01:00
Revert "chore(build): Resolve versioning race condition by commenting StackerAPI"
This reverts commit e47d8aa530
.
This commit is contained in:
parent
e47d8aa530
commit
dd08670fc2
@ -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