From 56c21f2a211d8d69e80eefe69a3b564f64d47082 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Sun, 13 Feb 2022 17:28:20 +0100 Subject: [PATCH] fix(packets): make repuration icon signed --- Packets/NosSmooth.Packets/Server/Maps/InPlayerSubPacket.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Packets/NosSmooth.Packets/Server/Maps/InPlayerSubPacket.cs b/Packets/NosSmooth.Packets/Server/Maps/InPlayerSubPacket.cs index 2bbd72bad370df97f746b6c3cee7cfa57df1081c..7e4ec8db4561f89300713ba0cc33928b8ac52ef5 100644 --- a/Packets/NosSmooth.Packets/Server/Maps/InPlayerSubPacket.cs +++ b/Packets/NosSmooth.Packets/Server/Maps/InPlayerSubPacket.cs @@ -94,7 +94,7 @@ public record InPlayerSubPacket [PacketIndex(19)] string? FamilyName, [PacketIndex(20)] - byte ReputationIcon, + short ReputationIcon, [PacketIndex(21)] bool IsInvisible, [PacketIndex(22)]