mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
remove todo!
This commit is contained in:
parent
b6c7316de9
commit
facea64a58
@ -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?
|
||||
},
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user