mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 01:46:04 +00:00
Merge branch 'php/7.0' into mcpe-1.2
This commit is contained in:
@ -32,7 +32,7 @@ use pocketmine\nbt\tag\CompoundTag;
|
||||
class ItemFactory{
|
||||
|
||||
/** @var \SplFixedArray */
|
||||
public static $list = null;
|
||||
private static $list = null;
|
||||
|
||||
public static function init(){
|
||||
if(self::$list === null){
|
||||
|
Reference in New Issue
Block a user