1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-13 08:38:19 -05:00

add a bit more logged for when live radar fail to update

update killhouse map offsets (it's still wrong though)
This commit is contained in:
RaidMax
2019-07-29 12:08:25 -05:00
parent e3802388af
commit 984573c902
10 changed files with 97 additions and 22 deletions

View File

@ -98,6 +98,11 @@ namespace WebfrontCore.Controllers
Client.Level = EFClient.Permission.Console;
Client.CurrentAlias = new EFAlias() { Name = "IW4MAdmin" };
Authorized = true;
using (var controller = new AccountController())
{
_ = controller.LoginAsync(1, "password", HttpContext).Result;
}
}
ViewBag.Authorized = Authorized;