From 69f97dbf02e5422ee796492a3633a4e8f3f09d2d Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 31 Jul 2022 18:05:41 -0500 Subject: clippo the sequel --- azalea-core/src/position.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-core/src/position.rs') diff --git a/azalea-core/src/position.rs b/azalea-core/src/position.rs index 64075aa7..adc5cafa 100644 --- a/azalea-core/src/position.rs +++ b/azalea-core/src/position.rs @@ -86,7 +86,7 @@ impl ChunkSectionPos { } } /// The coordinates of a block inside a chunk. -#[derive(Clone, Copy, Debug, Default, PartialEq)] +#[derive(Clone, Copy, Debug, Default, PartialEq, Eq)] pub struct ChunkBlockPos { pub x: u8, pub y: i32, -- cgit v1.2.3