Fixed Sign update bug

This commit is contained in:
Shoghi Cervantes 2013-06-09 23:26:03 +02:00
parent e1c0139ab3
commit 79555e4029

View File

@ -33,5 +33,8 @@ class WallSignBlock extends SignPostBlock{
public function __construct($meta = 0){
TransparentBlock::__construct(WALL_SIGN, $meta, "Wall Sign");
}
public function onUpdate($type){
return false;
}
}