actual fix of setpassword from web console

This commit is contained in:
RaidMax 2022-08-20 11:34:52 -05:00
parent 6f086ac565
commit 527ffbaced

View File

@ -286,7 +286,7 @@ namespace SharedLibraryCore.Services
entity.PasswordSalt = temporalClient.PasswordSalt;
}
if (entity.GameName == Reference.Game.UKN)
if (entity.GameName == Reference.Game.UKN && temporalClient.GameName != entity.GameName)
{
entity.GameName = temporalClient.GameName;
}