mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 02:42:58 +00:00
Updated blocks bounding boxes
This commit is contained in:
@ -27,6 +27,11 @@ class WallSign extends SignPost{
|
||||
Transparent::__construct(self::WALL_SIGN, $meta, "Wall Sign");
|
||||
}
|
||||
|
||||
public function getBoundingBox(){
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
public function onUpdate($type){
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user