1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-09 23:00:57 -05:00

prevent autoflag from running player has been manually unflagged

This commit is contained in:
RaidMax
2021-03-23 10:34:44 -05:00
parent a4bdbcacb9
commit 2348a48dd3
3 changed files with 15 additions and 7 deletions

View File

@ -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";