mirror of
https://github.com/Artillex-Studios/AxMinions.git
synced 2025-01-25 21:41:25 +01:00
Fix oopsie
This commit is contained in:
parent
f4c743c1a3
commit
452208db65
@ -512,7 +512,6 @@ class Minion(
|
|||||||
|
|
||||||
override fun addWithRemaining(itemStack: ItemStack): HashMap<Int, ItemStack>? {
|
override fun addWithRemaining(itemStack: ItemStack): HashMap<Int, ItemStack>? {
|
||||||
if (linkedInventory == null) {
|
if (linkedInventory == null) {
|
||||||
AxMinionsPlugin.integrations.getStackerIntegration().dropItemAt(itemStack, itemStack.amount, location)
|
|
||||||
return null
|
return null
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user