Update client.rs

This commit is contained in:
mat 2022-09-05 16:25:37 -05:00
parent 453cbc83fd
commit eb6328ddc6

View file

@ -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
);
}