1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-19 19:25:48 +00:00

fix qualifier

This commit is contained in:
Silent 2023-10-16 23:27:25 -07:00
parent 6aca49087a
commit cb736d314e

View File

@ -590,7 +590,7 @@ public final class SlimefunUtils {
* @param addRandomOffset
* Whether a random offset should be added (see {@link World#dropItemNaturally(Location, ItemStack)})
* @param player
* The player that caused this {@link org.bukkit.event.entity.ItemSpawnEvent}
* The player that caused this {@link SlimefunItemSpawnEvent}
*
* @return The dropped {@link Item} (or null if the {@link SlimefunItemSpawnEvent} was cancelled)
*/