~ruther/NosSmooth

0cdfa822191144a8e33223af3184600f75dc6c66 — František Boháček 2 years ago d313ea0
fix(packets): make rdlst players have a list index
1 files changed, 1 insertions(+), 1 deletions(-)

M Packets/NosSmooth.Packets/Server/Raids/RdlstPacket.cs
M Packets/NosSmooth.Packets/Server/Raids/RdlstPacket.cs => Packets/NosSmooth.Packets/Server/Raids/RdlstPacket.cs +1 -1
@@ 27,6 27,6 @@ public record RdlstPacket
    byte MaximumLevel,
    [PacketIndex(2)]
    RaidType RaidType,
    [PacketIndex(3)]
    [PacketListIndex(3, ListSeparator = ' ', InnerSeparator = '.')]
    IReadOnlyList<RdlstSubPacket> Players
) : IPacket;
\ No newline at end of file

Do not follow this link