|
@@ -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) {
|