1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 07:13:58 -05:00

update libraries to pre release

fix remaining issue for issue #32
adds overall ranking to profile page for issue #24
This commit is contained in:
RaidMax
2018-09-04 21:07:34 -05:00
parent 8868f98dc5
commit 85f910272a
7 changed files with 62 additions and 27 deletions

View File

@ -131,6 +131,11 @@ namespace IW4MAdmin.Plugins.Stats
return new List<ProfileMeta>()
{
new ProfileMeta()
{
Key = Utilities.CurrentLocalization.LocalizationIndex["WEBFRONT_CLIENT_META_RANKING"],
Value = "#" + await Manager.GetClientOverallRanking(clientId),
},
new ProfileMeta()
{
Key = Utilities.CurrentLocalization.LocalizationIndex["PLUGINS_STATS_TEXT_KILLS"],