[ci skip] typo

This commit is contained in:
Dylan K. Taylor 2018-06-12 21:20:00 +01:00
parent e36a6dc8cc
commit 2e6afa54c2

View File

@ -92,7 +92,7 @@ class RakLibInterface implements ServerInstance, AdvancedSourceInterface{
}
public function start(){
$this->rakLib->start(PTHREADS_INHERIT_CONSTANTS | PTHREADS_INHERIT_INI); //HACK: MainLogger needs INIT and constants
$this->rakLib->start(PTHREADS_INHERIT_CONSTANTS | PTHREADS_INHERIT_INI); //HACK: MainLogger needs INI and constants
}
public function setNetwork(Network $network){