~ruther/NosSmooth

9dc5919c11aa1cbf149906ca54e67aba4d239a42 — Rutherther 3 years ago 4eb3ff5 2022.7
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.

Do not follow this link