mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
chore(net): use enum for client challenge opcode
This commit is contained in:
parent
b0b6bc5e52
commit
fc7fa1dbdc
1 changed files with 1 additions and 1 deletions
|
|
@ -366,7 +366,7 @@ void Grunt::ClientLink::LogonNewSession(const Grunt::ClientLink::Logon& logon) {
|
||||||
|
|
||||||
CDataStoreCache<1024> clientChallenge;
|
CDataStoreCache<1024> clientChallenge;
|
||||||
|
|
||||||
uint8_t opcode = 0;
|
uint8_t opcode = CMD_AUTH_LOGON_CHALLENGE;
|
||||||
clientChallenge.Put(opcode);
|
clientChallenge.Put(opcode);
|
||||||
|
|
||||||
uint8_t protocol = 8;
|
uint8_t protocol = 8;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue