mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-07 12:18:46 +00:00
PressurePlate: remove collision boxes, closes #4045
This commit is contained in:
parent
49438d360d
commit
eb9b644447
@ -29,5 +29,9 @@ abstract class PressurePlate extends Transparent{
|
||||
return false;
|
||||
}
|
||||
|
||||
protected function recalculateCollisionBoxes() : array{
|
||||
return [];
|
||||
}
|
||||
|
||||
//TODO
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user