Block update on WallSign fix

This commit is contained in:
Intyre
2015-10-11 01:32:33 +02:00
parent 94b79ac28a
commit f9d7e204c8
2 changed files with 17 additions and 1 deletions

View File

@ -88,7 +88,7 @@ class SignPost extends Transparent{
}
public function onBreak(Item $item){
$this->getLevel()->setBlock($this, new Air(), true, true, true);
$this->getLevel()->setBlock($this, new Air(), true, true);
return true;
}