mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Common: add missing comment to OOB message ID
The only out-of-band message ID that lacked a comment explaining what it is.
This commit is contained in:
parent
b16985ee0c
commit
e5d7644d19
@ -26,7 +26,7 @@
|
||||
#define C2S_CHALLENGE 'H' // + challenge value
|
||||
#define S2C_CHALLENGE 'I' // + challenge value
|
||||
|
||||
#define S2C_CONNACCEPT 'J'
|
||||
#define S2C_CONNACCEPT 'J' // special protocol for accepted connections
|
||||
#define S2C_CONNREJECT 'K' // special protocol for rejected connections
|
||||
|
||||
// Generic Ping Request
|
||||
|
Loading…
x
Reference in New Issue
Block a user