mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Removed accidentally added test method
This commit is contained in:
parent
5f077e880d
commit
d5725cc887
@ -97,13 +97,6 @@ impl BlockKind {
|
||||
}
|
||||
}
|
||||
|
||||
pub fn is_tangible2(&self) -> bool {
|
||||
match self {
|
||||
BlockKind::Air => false,
|
||||
kind => !kind.is_fluid(),
|
||||
}
|
||||
}
|
||||
|
||||
pub fn is_air(&self) -> bool {
|
||||
match self {
|
||||
BlockKind::Air => true,
|
||||
|
Loading…
Reference in New Issue
Block a user