mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 08:44:01 +00:00
Syntax error fix
This commit is contained in:
parent
2c952a5a4f
commit
df77f725fd
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user