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

fix live radar links

This commit is contained in:
RaidMax
2022-04-22 15:13:51 -05:00
parent 1cb309d2e6
commit fa6741c9b1
2 changed files with 27 additions and 30 deletions

View File

@ -46,7 +46,7 @@ namespace LiveRadar
S.CustomCallback &&
!addedPage)
{
E.Owner.Manager.GetPageList().Pages.Add(Utilities.CurrentLocalization.LocalizationIndex["WEBFRONT_RADAR_TITLE"], "/Radar/All");
E.Owner.Manager.GetPageList().Pages.Add(Utilities.CurrentLocalization.LocalizationIndex["WEBFRONT_RADAR_TITLE"], "/Radar");
addedPage = true;
}
}