geforkt von Mirrors/Paper
a265d64138
By: Initial <noreply+automated@papermc.io>
12 Zeilen
581 B
Diff
12 Zeilen
581 B
Diff
--- a/net/minecraft/server/commands/CommandGive.java
|
|
+++ b/net/minecraft/server/commands/CommandGive.java
|
|
@@ -60,7 +60,7 @@
|
|
EntityItem entityitem;
|
|
|
|
if (flag && itemstack1.isEmpty()) {
|
|
- entityitem = entityplayer.drop(itemstack, false);
|
|
+ entityitem = entityplayer.drop(itemstack, false, false, false); // CraftBukkit - SPIGOT-2942: Add boolean to call event
|
|
if (entityitem != null) {
|
|
entityitem.makeFakeItem();
|
|
}
|