mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-24 20:04:28 +00:00
Fixed #256 Signs not attaching to walls
This commit is contained in:
parent
af85c7ce45
commit
6adc41f301
@ -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");
|
||||
}
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user