mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 07:13:58 -05:00
top stats info is per server instead of total when selecting each tab
fix issue with ingame name failing to match when using color codes only show live radar for servers that support it
This commit is contained in:
@ -94,6 +94,10 @@ namespace SharedLibraryCore.Database.Models
|
||||
get { return CurrentAlias?.Name ?? "--"; }
|
||||
set { if (CurrentAlias != null) CurrentAlias.Name = value; }
|
||||
}
|
||||
|
||||
[NotMapped]
|
||||
public string CleanedName => Name.StripColors();
|
||||
|
||||
[NotMapped]
|
||||
public virtual int? IPAddress
|
||||
{
|
||||
|
Reference in New Issue
Block a user