Skip to content

Commit

Permalink
Merge pull request #74 from Dyshay/upgrade
Browse files Browse the repository at this point in the history
Upgrade
  • Loading branch information
Dyshay authored Nov 27, 2019
2 parents e89c6e7 + e2fa081 commit cceaf6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Comun/Frames/Autentificacion/AccountLogin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ public void GetWelcomeKeyAsync(TcpClient prmClient, string prmPacket)

account.accountState = AccountStates.CONNECTED;
account.welcomeKey = prmPacket.Substring(2);

prmClient.SendPacket("1.30");
prmClient.SendPacket("1.30.9");
prmClient.SendPacket(prmClient.account.accountConfig.accountUsername + "\n" + Hash.Crypt_Password(prmClient.account.accountConfig.accountPassword, prmClient.account.welcomeKey));
prmClient.SendPacket("Af");
}
Expand Down

0 comments on commit cceaf6b

Please sign in to comment.