diff --git a/include/globals.h b/include/globals.h index 5db7421..ddb023b 100644 --- a/include/globals.h +++ b/include/globals.h @@ -176,8 +176,8 @@ extern uint16_t client_count; typedef struct { short x; - uint8_t y; short z; + uint8_t y; uint8_t block; } BlockChange;