~ruther/NosSmooth

16353b733b732c4ae991e01c5da7d7dbb43de84a — František Boháček 3 years ago c90ed19
fix: mark in player sub packet family name as nullable
1 files changed, 1 insertions(+), 1 deletions(-)

M Core/NosSmooth.Packets/Packets/Server/Entities/InPlayerSubPacket.cs
M Core/NosSmooth.Packets/Packets/Server/Entities/InPlayerSubPacket.cs => Core/NosSmooth.Packets/Packets/Server/Entities/InPlayerSubPacket.cs +1 -1
@@ 56,7 56,7 @@ public record InPlayerSubPacket
    [PacketIndex(18, InnerSeparator = '.')]
    FamilySubPacket FamilySubPacket,
    [PacketIndex(19)]
    string FamilyName,
    string? FamilyName,
    [PacketIndex(20)]
    string ReputationIcon,
    [PacketIndex(21)]

Do not follow this link