1
0
mirror of https://github.com/p2r3/bareiron.git synced 2025-10-01 23:25:09 +02:00

reorder coordinates in BlockChange struct

This commit is contained in:
p2r3
2025-09-12 14:52:49 +03:00
parent a83acbda67
commit ba11d121cf

View File

@@ -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;