actual fix of setpassword from web console
This commit is contained in:
parent
6f086ac565
commit
527ffbaced
@ -286,7 +286,7 @@ namespace SharedLibraryCore.Services
|
|||||||
entity.PasswordSalt = temporalClient.PasswordSalt;
|
entity.PasswordSalt = temporalClient.PasswordSalt;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (entity.GameName == Reference.Game.UKN)
|
if (entity.GameName == Reference.Game.UKN && temporalClient.GameName != entity.GameName)
|
||||||
{
|
{
|
||||||
entity.GameName = temporalClient.GameName;
|
entity.GameName = temporalClient.GameName;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user