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

fix only one administrator showing on admins page

fix profanity determent not applying penalties.
This commit is contained in:
RaidMax
2018-11-25 21:11:55 -06:00
parent df5fbba22c
commit 2ca7083011
3 changed files with 9 additions and 14 deletions

View File

@ -317,6 +317,7 @@ namespace SharedLibraryCore.Services
where client.Active
select new EFClient()
{
AliasLinkId = client.AliasLinkId,
CurrentAlias = client.CurrentAlias,
ClientId = client.ClientId,
Level = client.Level,