From 6ec47c3f088e08f807f8208082387a67297659aa Mon Sep 17 00:00:00 2001 From: MomoPewpew <50401575+MomoPewpew@users.noreply.github.com> Date: Wed, 2 Aug 2023 22:06:45 +0200 Subject: [PATCH] Fixed documentation typo --- .../hibiscusmc/hmccosmetics/util/packets/PacketManager.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/src/main/java/com/hibiscusmc/hmccosmetics/util/packets/PacketManager.java b/common/src/main/java/com/hibiscusmc/hmccosmetics/util/packets/PacketManager.java index 3edfe91c..930c1534 100644 --- a/common/src/main/java/com/hibiscusmc/hmccosmetics/util/packets/PacketManager.java +++ b/common/src/main/java/com/hibiscusmc/hmccosmetics/util/packets/PacketManager.java @@ -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 */ @@ -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 */