mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-17 04:06:54 +00:00
Fix RakLib crashing without logging any useful crash information
This commit is contained in:
@@ -77,7 +77,7 @@ class RakLibInterface implements ServerInstance, AdvancedSourceInterface{
|
||||
}
|
||||
}
|
||||
|
||||
if($this->rakLib->isTerminated()){
|
||||
if(!$this->rakLib->isRunning() and !$this->rakLib->isShutdown()){
|
||||
$this->network->unregisterInterface($this);
|
||||
|
||||
throw new \Exception("RakLib Thread crashed");
|
||||
|
Submodule src/raklib updated: f4bfcb8e6b...989ad8198c
Reference in New Issue
Block a user