mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 02:42:58 +00:00
Fixed #256 Signs not attaching to walls
This commit is contained in:
@ -31,7 +31,7 @@ require_once("SignPost.php");
|
||||
|
||||
class WallSignBlock extends SignPostBlock{
|
||||
public function __construct($meta = 0){
|
||||
parent::__construct(WALL_SIGN, $meta, "Wall Sign");
|
||||
TransparentBlock::__construct(WALL_SIGN, $meta, "Wall Sign");
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user