mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
Added Inventory interfaces and types, updated long array() to []
This commit is contained in:
@ -53,6 +53,6 @@ class Ice extends Transparent{
|
||||
}
|
||||
|
||||
public function getDrops(Item $item){
|
||||
return array();
|
||||
return [];
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user