mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
fix issue with set password
This commit is contained in:
@ -286,7 +286,10 @@ namespace SharedLibraryCore.Services
|
|||||||
entity.PasswordSalt = temporalClient.PasswordSalt;
|
entity.PasswordSalt = temporalClient.PasswordSalt;
|
||||||
}
|
}
|
||||||
|
|
||||||
entity.GameName = temporalClient.GameName;
|
if (entity.GameName == Reference.Game.UKN)
|
||||||
|
{
|
||||||
|
entity.GameName = temporalClient.GameName;
|
||||||
|
}
|
||||||
|
|
||||||
// update in database
|
// update in database
|
||||||
await context.SaveChangesAsync();
|
await context.SaveChangesAsync();
|
||||||
|
Reference in New Issue
Block a user