9
0
mirror of https://github.com/HibiscusMC/HMCCosmetics.git synced 2025-12-28 03:19:15 +00:00

clean: removed unused packet

This commit is contained in:
LoJoSho
2023-07-09 21:05:04 -05:00
parent 5b7f75f7a0
commit a0c2c8a9aa

View File

@@ -468,15 +468,6 @@ public class PacketManager extends BasePacket {
}
}
public static void sendMovePacket(
final int entityId,
final Location from,
final Location to,
final boolean onGround
) {
sendMovePacket(entityId, from, to, onGround, getViewers(to));
}
@NotNull
public static List<Player> getViewers(Location location) {
ArrayList<Player> viewers = new ArrayList();