From 6adc41f3013e31fa0946793bfef5df93d1145410 Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Pueyo Date: Sat, 18 May 2013 13:26:31 +0200 Subject: [PATCH] Fixed #256 Signs not attaching to walls --- src/material/block/attachable/WallSign.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/material/block/attachable/WallSign.php b/src/material/block/attachable/WallSign.php index 5218851eb..fb3ca23c8 100644 --- a/src/material/block/attachable/WallSign.php +++ b/src/material/block/attachable/WallSign.php @@ -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"); } } \ No newline at end of file