mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-04 17:06:16 +00:00
Implemented new Inventory windows on Player, Chest and Furnace
This commit is contained in:
@ -26,6 +26,7 @@ class AsyncWorker extends \Worker{
|
||||
|
||||
public function start($options = PTHREADS_INHERIT_CLASSES){
|
||||
$this->path = \pocketmine\PATH;
|
||||
|
||||
return parent::start($options & ~PTHREADS_INHERIT_CLASSES);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user