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

update default permissions for guest webfront users

This commit is contained in:
RaidMax
2022-10-16 16:25:09 -05:00
parent 9cc3733db7
commit a71a5d7f3b
3 changed files with 27 additions and 3 deletions

View File

@ -67,7 +67,7 @@ namespace SharedLibraryCore
Client = new EFClient
{
ClientId = -1,
Level = Data.Models.Client.EFClient.Permission.Banned,
Level = Data.Models.Client.EFClient.Permission.User,
CurrentAlias = new EFAlias { Name = "Webfront Guest" }
};
}