From 7d00cb81deda918a1a32b839939cdc02f27411b1 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Sat, 7 Jan 2023 22:09:14 +0100 Subject: [PATCH] feat(packets): fix clist packet pets sub packet type --- Packets/NosSmooth.Packets/Server/Login/CListPacket.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Packets/NosSmooth.Packets/Server/Login/CListPacket.cs b/Packets/NosSmooth.Packets/Server/Login/CListPacket.cs index 966141d..6dbe97f 100644 --- a/Packets/NosSmooth.Packets/Server/Login/CListPacket.cs +++ b/Packets/NosSmooth.Packets/Server/Login/CListPacket.cs @@ -74,7 +74,7 @@ public record CListPacket [PacketIndex(14)] byte Unknown3, [PacketListIndex(15, ListSeparator = '.', InnerSeparator = '.')] - IReadOnlyList> PetsSubPacket, + IReadOnlyList>> PetsSubPacket, [PacketIndex(16)] byte HatDesign, [PacketIndex(17)] -- 2.49.0