mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 11:12:29 +00:00
feat(net): add initial handling for SMSG_AUTH_CHALLENGE
This commit is contained in:
parent
50a597a341
commit
066e650958
3 changed files with 27 additions and 2 deletions
|
|
@ -36,7 +36,7 @@ enum EVENTID {
|
|||
EVENT_ID_26 = 26,
|
||||
EVENT_ID_27 = 27,
|
||||
EVENT_ID_28 = 28,
|
||||
EVENT_ID_29 = 29,
|
||||
EVENT_ID_NET_AUTH_CHALLENGE = 29,
|
||||
EVENT_ID_30 = 30,
|
||||
EVENT_ID_31 = 31,
|
||||
EVENT_ID_32 = 32,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue