From 16353b733b732c4ae991e01c5da7d7dbb43de84a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Boh=C3=A1=C4=8Dek?= Date: Sat, 1 Jan 2022 18:58:48 +0100 Subject: [PATCH] fix: mark in player sub packet family name as nullable --- .../Packets/Server/Entities/InPlayerSubPacket.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/NosSmooth.Packets/Packets/Server/Entities/InPlayerSubPacket.cs b/Core/NosSmooth.Packets/Packets/Server/Entities/InPlayerSubPacket.cs index a6517ee..f98d764 100644 --- a/Core/NosSmooth.Packets/Packets/Server/Entities/InPlayerSubPacket.cs +++ b/Core/NosSmooth.Packets/Packets/Server/Entities/InPlayerSubPacket.cs @@ -56,7 +56,7 @@ public record InPlayerSubPacket [PacketIndex(18, InnerSeparator = '.')] FamilySubPacket FamilySubPacket, [PacketIndex(19)] - string FamilyName, + string? FamilyName, [PacketIndex(20)] string ReputationIcon, [PacketIndex(21)] -- 2.49.0