mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-04 17:06:16 +00:00
Yay generation uses async tasks
This commit is contained in:
@ -38,6 +38,9 @@ class AsyncWorker extends Worker{
|
||||
require(\pocketmine\PATH . "src/pocketmine/CompatibleClassLoader.php");
|
||||
}
|
||||
$this->loader->register(true);
|
||||
|
||||
global $store;
|
||||
$store = [];
|
||||
}
|
||||
|
||||
public function start($options = PTHREADS_INHERIT_NONE){
|
||||
|
Reference in New Issue
Block a user