1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-07-06 15:44:45 +02:00

Use dropItem instead of dropItemNaturally ()

Should fix  and 
This commit is contained in:
LogGits
2018-12-15 10:51:38 +10:00
committed by t00thpick1
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) {