mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-09 21:24:53 +00:00
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:
parent
c9bd60123b
commit
72690ea7f5
@ -92,7 +92,7 @@ class RakLibInterface implements ServerInstance, AdvancedSourceInterface{
|
|||||||
}
|
}
|
||||||
|
|
||||||
public function start(){
|
public function start(){
|
||||||
$this->rakLib->start();
|
$this->rakLib->start(PTHREADS_INHERIT_NONE);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function setNetwork(Network $network){
|
public function setNetwork(Network $network){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user