mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 08:44:01 +00:00
AsyncWorker: No need to register static logger - it's inherited by default with pthreads 3.1.7
This commit is contained in:
parent
d8d22efc3b
commit
3148f692c1
@ -45,7 +45,6 @@ class AsyncWorker extends Worker{
|
||||
set_error_handler('\pocketmine\error_handler');
|
||||
|
||||
$this->registerClassLoader();
|
||||
$this->logger->registerStatic();
|
||||
gc_enable();
|
||||
|
||||
if($this->memoryLimit > 0){
|
||||
|
Loading…
x
Reference in New Issue
Block a user