Pushed fix for #391

This commit is contained in:
Shoghi Cervantes
2013-06-17 00:44:18 +02:00
parent b6a1d42870
commit d4c4f8817d
6 changed files with 31 additions and 28 deletions

View File

@ -58,7 +58,6 @@ class ChestBlock extends TransparentBlock{
}
public function onBreak(Item $item, Player $player){
$server = ServerAPI::request();
$this->level->setBlock($this, new AirBlock(), true, true);
return true;
}