mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
prevent autoflag from running player has been manually unflagged
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
@model Stats.Dtos.AdvancedStatsInfo
|
||||
@{
|
||||
ViewBag.Title = "Advanced Client Statistics";
|
||||
ViewBag.Description = Model.ClientName;
|
||||
ViewBag.Description = Model.ClientName.StripColors();
|
||||
|
||||
const int maxItems = 5;
|
||||
const string headshotKey = "MOD_HEAD_SHOT";
|
||||
|
Reference in New Issue
Block a user