mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 13:16:45 +01: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 location.getWorld().dropItemNaturally(location, itemStack);
|
||||
return location.getWorld().dropItem(location, itemStack);
|
||||
}
|
||||
|
||||
public static void profileCleanup(String playerName) {
|
||||
|
Loading…
Reference in New Issue
Block a user