diff --git a/voxygen/src/session/mod.rs b/voxygen/src/session/mod.rs index a330737c99..fd530d1e30 100644 --- a/voxygen/src/session/mod.rs +++ b/voxygen/src/session/mod.rs @@ -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? + }, } } },