fix(game): make reputation icon short
1 files changed, 1 insertions(+), 1 deletions(-) M Core/NosSmooth.Game/Data/Entities/Player.cs
M Core/NosSmooth.Game/Data/Entities/Player.cs => Core/NosSmooth.Game/Data/Entities/Player.cs +1 -1
@@ 45,7 45,7 @@ public class Player : ILivingEntity /// <summary> /// Gets or sets the reputation icon. UNKNOWN TODO. /// </summary> - public byte? Icon { get; set; } + public short? Icon { get; set; } /// <summary> /// UNKNOWN TODO.