diff --git a/src/API/BlockAPI.php b/src/API/BlockAPI.php index 6d7f00357..3d98161a1 100644 --- a/src/API/BlockAPI.php +++ b/src/API/BlockAPI.php @@ -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; }