mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-04-19 03:20:11 +03:00
chore(net): use enum for client challenge opcode
This commit is contained in:
parent
b0b6bc5e52
commit
fc7fa1dbdc
@ -366,7 +366,7 @@ void Grunt::ClientLink::LogonNewSession(const Grunt::ClientLink::Logon& logon) {
|
||||
|
||||
CDataStoreCache<1024> clientChallenge;
|
||||
|
||||
uint8_t opcode = 0;
|
||||
uint8_t opcode = CMD_AUTH_LOGON_CHALLENGE;
|
||||
clientChallenge.Put(opcode);
|
||||
|
||||
uint8_t protocol = 8;
|
||||
|
Loading…
Reference in New Issue
Block a user