Fixed #256 Signs not attaching to walls

This commit is contained in:
Shoghi Cervantes Pueyo 2013-05-18 13:26:31 +02:00
parent af85c7ce45
commit 6adc41f301

View File

@ -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");
}
}