~ruther/NosSmooth

a692137c7d3c881f1078c233099d66cf45e0ced7 — Rutherther 3 years ago 8f9360d
fix(packets): make eq packet size optional
1 files changed, 2 insertions(+), 2 deletions(-)

M Packets/NosSmooth.Packets/Server/Entities/EqPacket.cs
M Packets/NosSmooth.Packets/Server/Entities/EqPacket.cs => Packets/NosSmooth.Packets/Server/Entities/EqPacket.cs +2 -2
@@ 47,6 47,6 @@ public record EqPacket
    UpgradeRareSubPacket? WeaponUpgradeRareSubPacket,
    [PacketIndex(8)]
    UpgradeRareSubPacket? ArmorUpgradeRareSubPacket,
    [PacketIndex(9)]
    byte Size
    [PacketIndex(9, IsOptional = true)]
    byte? Size
) : IPacket;
\ No newline at end of file

Do not follow this link