mirror of
https://github.com/p2r3/bareiron.git
synced 2025-10-02 07:35:08 +02:00
reorder coordinates in BlockChange struct
This commit is contained in:
@@ -176,8 +176,8 @@ extern uint16_t client_count;
|
|||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
short x;
|
short x;
|
||||||
uint8_t y;
|
|
||||||
short z;
|
short z;
|
||||||
|
uint8_t y;
|
||||||
uint8_t block;
|
uint8_t block;
|
||||||
} BlockChange;
|
} BlockChange;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user