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

finished server selection for live radar and adding it as button to home screen

only update flag for recent players if country code is available
This commit is contained in:
RaidMax
2019-07-19 10:33:00 -05:00
parent 88401934f1
commit 4a013a98f8
8 changed files with 54 additions and 16 deletions

View File

@ -47,6 +47,8 @@ namespace LiveRadar
Config.Set((LiveRadarConfiguration)new LiveRadarConfiguration().Generate());
await Config.Save();
}
manager.GetPageList().Pages.Add(Utilities.CurrentLocalization.LocalizationIndex["WEBFRONT_RADAR_TITLE"], "/Radar/All");
}
public Task OnTickAsync(Server S)