mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 16:51:42 +00:00
Fixed Sign update bug
This commit is contained in:
parent
e1c0139ab3
commit
79555e4029
@ -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;
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user