mirror of
https://github.com/songoda/SongodaCore.git
synced 2024-11-23 10:35:18 +01:00
Update method for the latest api method
This commit is contained in:
parent
4955954bd6
commit
8a31f3e0c2
@ -37,7 +37,7 @@ public class UltimateStacker extends Stacker {
|
||||
|
||||
@Override
|
||||
public void setItemAmount(Item item, int amount) {
|
||||
UltimateStackerApi.getStackedItemManager().getStackedItem(item, true).setAmount(amount);
|
||||
UltimateStackerApi.getStackedItemManager().updateStack(item, amount);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user