From 9dc5919c11aa1cbf149906ca54e67aba4d239a42 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Sun, 13 Feb 2022 18:12:19 +0100 Subject: [PATCH] fix(game): make reputation icon short --- Core/NosSmooth.Game/Data/Entities/Player.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/NosSmooth.Game/Data/Entities/Player.cs b/Core/NosSmooth.Game/Data/Entities/Player.cs index 4141a1b..3564275 100644 --- a/Core/NosSmooth.Game/Data/Entities/Player.cs +++ b/Core/NosSmooth.Game/Data/Entities/Player.cs @@ -45,7 +45,7 @@ public class Player : ILivingEntity /// /// Gets or sets the reputation icon. UNKNOWN TODO. /// - public byte? Icon { get; set; } + public short? Icon { get; set; } /// /// UNKNOWN TODO. -- 2.48.1