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:
parent
e7dce1ad1d
commit
c76c78e280
@ -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…
x
Reference in New Issue
Block a user