mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 10:22:56 +00:00
Added Inventory interfaces and types, updated long array() to []
This commit is contained in:
@ -44,7 +44,7 @@ class Obsidian extends Solid{
|
||||
array(Item::OBSIDIAN, 0, 1),
|
||||
);
|
||||
}else{
|
||||
return array();
|
||||
return [];
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user