mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 10:22:56 +00:00
Fix formatting issues due to bad IDE settings
This commit is contained in:
@ -135,7 +135,7 @@ class GenerationManager{
|
||||
$this->readPacket();
|
||||
}
|
||||
}catch(\Exception $e){
|
||||
$this->logger->warning("[Generator Thread] Exception: ".$e->getMessage() . " on file \"".$e->getFile()."\" line ".$e->getLine());
|
||||
$this->logger->warning("[Generator Thread] Exception: " . $e->getMessage() . " on file \"" . $e->getFile() . "\" line " . $e->getLine());
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -271,7 +271,7 @@ class GenerationManager{
|
||||
$this->shutdown = true;
|
||||
}
|
||||
}elseif(count($this->thread->getInternalQueue()) === 0){
|
||||
$this->thread->synchronized(function(){
|
||||
$this->thread->synchronized(function (){
|
||||
$this->thread->wait(50000);
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user