1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-07 21:58:06 -05:00

actual fix of setpassword from web console

This commit is contained in:
RaidMax 2022-08-20 11:34:52 -05:00
parent e7dce1ad1d
commit c76c78e280

View File

@ -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;
} }