9
0
mirror of https://github.com/HibiscusMC/HMCCosmetics.git synced 2025-12-30 12:29:16 +00:00

Fixed documentation typo

This commit is contained in:
MomoPewpew
2023-08-02 22:06:45 +02:00
parent 2df2646622
commit 6ec47c3f08

View File

@@ -252,7 +252,7 @@ public class PacketManager extends BasePacket {
/**
* Mostly to deal with backpacks, this deals with entities riding other entities.
* @param mountIds The entity that is the "mount", ex. a player
* @param mountId The entity that is the "mount", ex. a player
* @param passengerIds The entities that are riding the mount, ex. a armorstand for a backpack
* @param sendTo Whom to send the packet to
*/
@@ -271,7 +271,7 @@ public class PacketManager extends BasePacket {
/**
* Mostly to deal with backpacks, this deals with entities riding other entities.
* @param mountIds The entity that is the "mount", ex. a player
* @param mountId The entity that is the "mount", ex. a player
* @param passengerId The entity that is riding the mount, ex. a armorstand for a backpack
* @param sendTo Whom to send the packet to
*/