mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 02:08:21 +00:00
CommandReader: use PTHREADS_INHERIT_NONE
probably not necessary to register autoloader, but just in case...
This commit is contained in:
@ -1434,7 +1434,7 @@ class Server{
|
||||
$this->tickSleeper->addNotifier($consoleNotifier, function() : void{
|
||||
$this->checkConsole();
|
||||
});
|
||||
$this->console->start();
|
||||
$this->console->start(PTHREADS_INHERIT_NONE);
|
||||
|
||||
$version = new VersionString($this->getPocketMineVersion());
|
||||
|
||||
|
Reference in New Issue
Block a user