mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
Add automated ban offense for anti-cheat
add EFClientStatHistory and EFClientAverageStatHistory for tracking change of stats over time
This commit is contained in:
@ -16,7 +16,7 @@ namespace IW4MAdmin.Plugins.Stats.Web.Controllers
|
||||
ViewBag.Title = Utilities.CurrentLocalization.LocalizationIndex.Set["WEBFRONT_STATS_INDEX_TITLE"];
|
||||
ViewBag.Description = Utilities.CurrentLocalization.LocalizationIndex.Set["WEBFRONT_STATS_INDEX_DESC"];
|
||||
|
||||
return View("Index", await Plugin.Manager.GetTopStats(0, 15));
|
||||
return View("Index", await Plugin.Manager.GetTopStats(0, 25));
|
||||
}
|
||||
|
||||
[HttpGet]
|
||||
|
Reference in New Issue
Block a user