mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 02:42:58 +00:00
Blocks now save their bounding box, fixed entity block collision check
This commit is contained in:
@ -113,7 +113,7 @@ abstract class Stair extends Transparent{
|
||||
}
|
||||
*/
|
||||
|
||||
public function getBoundingBox(){
|
||||
protected function recalculateBoundingBox(){
|
||||
|
||||
if(($this->getDamage() & 0x04) > 0){
|
||||
return AxisAlignedBB::getBoundingBoxFromPool(
|
||||
|
Reference in New Issue
Block a user