Skip to content

Commit

Permalink
Remove leftover comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-kt committed Sep 15, 2023
1 parent 6e22d2b commit 8bc6f77
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/valence_server/src/layer/chunk/loaded.rs
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,6 @@ impl LoadedChunk {
for j in 0..7 {
match iter.next() {
None => break,
// Some(y) => *entry += i64::from(y + 2) << (9 * j),
Some(y) => *entry += i64::from(y) << (9 * j),
}
}
Expand Down

0 comments on commit 8bc6f77

Please sign in to comment.