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:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user