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

add login/logout events to change tracker

default guest profile to minimum permissions
This commit is contained in:
RaidMax
2021-06-30 21:13:25 -05:00
parent b78976af4f
commit 19d8bcb690
5 changed files with 65 additions and 2 deletions

View File

@ -61,7 +61,7 @@ namespace SharedLibraryCore
Client ??= new EFClient()
{
ClientId = -1,
Level = EFClient.Permission.User,
Level = EFClient.Permission.Banned,
CurrentAlias = new EFAlias() { Name = "Webfront Guest" }
};
}