mirror of
https://github.com/Tiiffi/mcrcon.git
synced 2025-10-29 12:21:08 -04:00
Oops, uncomment struct field
This commit is contained in:
2
mcrcon.c
2
mcrcon.c
@ -68,7 +68,7 @@
|
|||||||
// rcon packet structure,
|
// rcon packet structure,
|
||||||
// NOTE(Tiiffi): Alignment problem!
|
// NOTE(Tiiffi): Alignment problem!
|
||||||
typedef struct _rc_packet {
|
typedef struct _rc_packet {
|
||||||
//int32_t size;
|
int32_t size;
|
||||||
int32_t id;
|
int32_t id;
|
||||||
int32_t cmd;
|
int32_t cmd;
|
||||||
char data[DATA_BUFFSIZE];
|
char data[DATA_BUFFSIZE];
|
||||||
|
|||||||
Reference in New Issue
Block a user