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:
@ -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;
|
||||
|
Reference in New Issue
Block a user