mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-04-02 01:36:26 +02:00
Use dropItem instead of dropItemNaturally (#3645)
Should fix #3641 and #3638
This commit is contained in:
parent
96f06ca812
commit
2cdb17d64f
@ -122,7 +122,7 @@ public final class Misc {
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
return location.getWorld().dropItemNaturally(location, itemStack);
|
return location.getWorld().dropItem(location, itemStack);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void profileCleanup(String playerName) {
|
public static void profileCleanup(String playerName) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user