Merge branch 'release/3.5'

This commit is contained in:
Dylan K. Taylor
2019-01-01 14:08:20 +00:00
5 changed files with 5 additions and 20 deletions

View File

@ -84,7 +84,6 @@ class RakLibInterface implements ServerInstance, AdvancedNetworkInterface{
public function start() : void{
$this->server->getTickSleeper()->addNotifier($this->sleeper, function() : void{
//this should not throw any exception. If it does, this should crash the server since it's a fault condition.
while($this->interface->handlePacket());
});
$this->rakLib->start(PTHREADS_INHERIT_CONSTANTS); //HACK: MainLogger needs constants for exception logging