Skip to content

Commit

Permalink
fix(pcm): gunbrosand login fail
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaojiuwo1993 committed Oct 18, 2023
1 parent fb18ae7 commit e267ef7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public override void Build()
SendingBuffer += @"\userid\" + _result.DatabaseResults.UserId;
SendingBuffer += @"\profileid\" + _result.DatabaseResults.ProfileId;

if (_request.Type != LoginType.NickEmail)
if (_result.DatabaseResults.UniqueNick is not null)
{
SendingBuffer += @"\uniquenick\" + _result.DatabaseResults.UniqueNick;
}
Expand Down

0 comments on commit e267ef7

Please sign in to comment.