diff options
| author | mat <github@matdoes.dev> | 2022-09-05 16:25:37 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-09-05 16:25:37 -0500 |
| commit | eb6328ddc6d3a7ca83e98d0297b7513c406dca08 (patch) | |
| tree | ffd1b90662f0ab068903ac3df18356c5641196f4 | |
| parent | 453cbc83fd11d0e183dae1e0f1d8bb532b293c83 (diff) | |
| download | azalea-drasl-eb6328ddc6d3a7ca83e98d0297b7513c406dca08.tar.xz | |
Update client.rs
| -rw-r--r-- | azalea-client/src/client.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-client/src/client.rs b/azalea-client/src/client.rs index 9d9675b8..37d477d9 100644 --- a/azalea-client/src/client.rs +++ b/azalea-client/src/client.rs @@ -599,7 +599,7 @@ impl Client { dimension.set_block_state(&p.pos, block_state); } else { eprintln!( - "Non-existent block state for block update packet {}", + "Non-existent block state for block update packet {:?}", p.block_state ); } |
