mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-12 08:08:06 -05:00
Additional zombie stast work
This commit is contained in:
@ -40,7 +40,8 @@ namespace SharedLibraryCore.Services
|
||||
AliasLink = client.AliasLink,
|
||||
Password = client.Password,
|
||||
PasswordSalt = client.PasswordSalt,
|
||||
GameName = client.GameName
|
||||
GameName = client.GameName,
|
||||
CurrentAliasId = client.CurrentAliasId
|
||||
})
|
||||
.FirstOrDefault(client => client.NetworkId == networkId && client.GameName == game)
|
||||
);
|
||||
@ -595,7 +596,6 @@ namespace SharedLibraryCore.Services
|
||||
|
||||
entity.CurrentAlias = newAlias;
|
||||
await context.SaveChangesAsync();
|
||||
entity.CurrentAliasId = newAlias.AliasId;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
Reference in New Issue
Block a user