PressurePlate: remove collision boxes, closes #4045

This commit is contained in:
Dylan K. Taylor 2021-03-22 21:54:27 +00:00
parent 49438d360d
commit eb9b644447
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -29,5 +29,9 @@ abstract class PressurePlate extends Transparent{
return false;
}
protected function recalculateCollisionBoxes() : array{
return [];
}
//TODO
}