ParchmentMC/Parchment

Typo in ServerPlayer#drop javadoc

ChiefArug opened this issue · 0 comments

Minecraft version: 1.19.2
Mappings version: 2022.09.18

The javadoc says "it will drop teh item", this should probably be "it will drop the item"
I believe this is the line to blame:

COMMENT Creates and drops the provided item. Depending on the dropAround, it will drop teh item around the player, instead of dropping the item from where the player is pointing at. Likewise, if traceItem is true, the dropped item entity will have the thrower set as the player.