mirror of
https://github.com/Xiao-MoMi/Custom-Fishing.git
synced 2025-12-19 15:09:24 +00:00
Update BukkitActionManager.java
This commit is contained in:
@@ -478,7 +478,7 @@ public class BukkitActionManager implements ActionManager<Player> {
|
|||||||
if (toInventory) {
|
if (toInventory) {
|
||||||
PlayerUtils.giveItem(player, more, more.getAmount());
|
PlayerUtils.giveItem(player, more, more.getAmount());
|
||||||
} else {
|
} else {
|
||||||
PlayerUtils.dropItem(player, more, true, true, false);
|
PlayerUtils.dropItem(player, more, false, true, false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user