mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 02:42:58 +00:00
Implemented new Inventory windows on Player, Chest and Furnace
This commit is contained in:
@ -262,12 +262,13 @@ class Config{
|
||||
$currPath = null;
|
||||
}
|
||||
}
|
||||
|
||||
return $currPath;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param string $path
|
||||
* @param mixed $value
|
||||
* @param mixed $value
|
||||
*/
|
||||
public function &setPath($path, $value){
|
||||
$currPath =& $this->config;
|
||||
|
Reference in New Issue
Block a user