RakLibInterface: start RakLibServer with PTHREADS_INHERIT_NONE

this is now OK since the logger colours will be initialized on the fly.
This commit is contained in:
Dylan K. Taylor 2018-05-09 20:00:09 +01:00
parent c9bd60123b
commit 72690ea7f5

View File

@ -92,7 +92,7 @@ class RakLibInterface implements ServerInstance, AdvancedSourceInterface{
}
public function start(){
$this->rakLib->start();
$this->rakLib->start(PTHREADS_INHERIT_NONE);
}
public function setNetwork(Network $network){