Removed double chests

This commit is contained in:
Shoghi Cervantes
2013-08-27 14:03:48 +02:00
parent 1055ab6a79
commit 41084f51a6
2 changed files with 5 additions and 4 deletions

View File

@ -65,10 +65,12 @@ class ChestBlock extends TransparentBlock{
"y" => $this->y,
"z" => $this->z
));
/* 0.7.4 bug, waiting for Mojang...
if($chest instanceof Tile){
$chest->pairWith($tile);
$tile->pairWith($chest);
}
}*/
return true;
}