diff --git a/voxygen/src/session/mod.rs b/voxygen/src/session/mod.rs index 8b688b61c0..e19efb011b 100644 --- a/voxygen/src/session/mod.rs +++ b/voxygen/src/session/mod.rs @@ -956,7 +956,8 @@ impl PlayState for SessionState { block.get_sprite().map(|s| (*pos, s)), ) }, - BlockInteraction::Mine(_) | BlockInteraction::Mount => {}, + BlockInteraction::Mine(_) + | BlockInteraction::Mount => {}, } }, Interactable::Entity(entity) => {