mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-23 19:34:15 +00:00
Fixed Sign update bug
This commit is contained in:
parent
e1c0139ab3
commit
79555e4029
@ -34,4 +34,7 @@ class WallSignBlock extends SignPostBlock{
|
|||||||
TransparentBlock::__construct(WALL_SIGN, $meta, "Wall Sign");
|
TransparentBlock::__construct(WALL_SIGN, $meta, "Wall Sign");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function onUpdate($type){
|
||||||
|
return false;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user