Skip to content

Commit

Permalink
update simdnbt
Browse files Browse the repository at this point in the history
  • Loading branch information
1zun4 committed May 26, 2024
1 parent 02b0933 commit 0153e4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azalea-buf/src/read.rs
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,6 @@ impl McBufReadable for simdnbt::owned::NbtCompound {

impl McBufReadable for simdnbt::owned::Nbt {
fn read_from(buf: &mut Cursor<&[u8]>) -> Result<Self, BufReadError> {
Ok(simdnbt::owned::Nbt::read_unnamed(buf)?)
Ok(simdnbt::owned::read_unnamed(buf)?)
}
}
}

0 comments on commit 0153e4c

Please sign in to comment.