aboutsummaryrefslogtreecommitdiff
path: root/azalea-core/src/difficulty.rs
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-05-14 15:02:13 -0500
committermat <github@matdoes.dev>2022-05-14 15:02:13 -0500
commite58c9390a717517db0bf4366c55a3802c832b144 (patch)
treea55bdc2d8fe40786ce475cc6c124134b419f3aa6 /azalea-core/src/difficulty.rs
parent6d2fd8afbad44bbe88f701e1d67cc2f251246c07 (diff)
downloadazalea-drasl-e58c9390a717517db0bf4366c55a3802c832b144.tar.xz
get_block_state works
Diffstat (limited to 'azalea-core/src/difficulty.rs')
-rwxr-xr-xazalea-core/src/difficulty.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/azalea-core/src/difficulty.rs b/azalea-core/src/difficulty.rs
index 21e980ba..5d869325 100755
--- a/azalea-core/src/difficulty.rs
+++ b/azalea-core/src/difficulty.rs
@@ -83,7 +83,6 @@ mod tests {
assert_eq!(1, Difficulty::EASY.id());
assert_eq!(2, Difficulty::NORMAL.id());
assert_eq!(3, Difficulty::HARD.id());
- assert_eq!(4, Difficulty::PEACEFUL.id());
}
#[test]