diff --git a/include/globals.h b/include/globals.h index 1f00086..eafcf20 100644 --- a/include/globals.h +++ b/include/globals.h @@ -172,8 +172,6 @@ extern uint8_t motd_len; extern uint16_t client_count; -#pragma pack(push, 1) - typedef struct { short x; short z; @@ -181,6 +179,8 @@ typedef struct { uint8_t block; } BlockChange; +#pragma pack(push, 1) + typedef struct { uint8_t uuid[16]; char name[16];