Skip to content

Commit

Permalink
Fixed documentation typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MomoPewpew committed Aug 2, 2023
1 parent 2df2646 commit 6ec47c3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ public static void sendRidingPacket(

/**
* 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
*/
Expand All @@ -271,7 +271,7 @@ public static void sendRidingPacket(

/**
* 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
*/
Expand Down

0 comments on commit 6ec47c3

Please sign in to comment.