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