1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 15:20:48 -05:00

Update to some stat stuff to fix some latent issues

This commit is contained in:
RaidMax
2019-08-23 18:34:31 -05:00
parent 81bd27c450
commit abec466f3f
11 changed files with 107 additions and 119 deletions

View File

@ -17,7 +17,7 @@ namespace IW4MAdmin.Plugins.Stats.Commands
{
public static async Task<List<string>> GetTopStats(Server s)
{
long serverId = await StatManager.GetIdForServer(s);
long serverId = StatManager.GetIdForServer(s);
List<string> topStatsText = new List<string>()
{
$"^5--{Utilities.CurrentLocalization.LocalizationIndex["PLUGINS_STATS_COMMANDS_TOP_TEXT"]}--"