From 427fd206ca1b78c96e198d8431ed66b3a1a66c48 Mon Sep 17 00:00:00 2001 From: Tiiffi Date: Mon, 11 Nov 2024 23:49:18 +0200 Subject: [PATCH] Oops, uncomment struct field --- mcrcon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcrcon.c b/mcrcon.c index cb66435..842a87b 100644 --- a/mcrcon.c +++ b/mcrcon.c @@ -68,7 +68,7 @@ // rcon packet structure, // NOTE(Tiiffi): Alignment problem! typedef struct _rc_packet { - //int32_t size; + int32_t size; int32_t id; int32_t cmd; char data[DATA_BUFFSIZE];