remove todo!

This commit is contained in:
Isse 2023-04-20 11:33:38 +02:00
parent b6c7316de9
commit facea64a58

View File

@ -944,7 +944,9 @@ impl PlayState for SessionState {
common::mounting::Volume::Terrain => {
client.collect_block(pos.pos);
}
common::mounting::Volume::Entity(_) => todo!(),
common::mounting::Volume::Entity(_) => {
// TODO: Do we want to implement this?
},
}
}
},