Syntax error fix

This commit is contained in:
Shoghi Cervantes Pueyo 2013-03-20 15:45:03 +01:00
parent 2c952a5a4f
commit df77f725fd

View File

@ -192,7 +192,7 @@ class BlockAPI{
return false;
}
public function drop(Vector3 $pos, Item $item{
public function drop(Vector3 $pos, Item $item){
if($item->getID() === AIR or $item->count <= 0){
return;
}