mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 02:42:58 +00:00
Save block bounding boxes, improves block cache
This commit is contained in:
@ -27,8 +27,4 @@ class StillLava extends Lava{
|
||||
$this->hardness = 500;
|
||||
}
|
||||
|
||||
public function getBoundingBox(){
|
||||
return null;
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user