mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
Updated RakLib, fixed help message not showing command, added documentation to Plugin->getResource()
This commit is contained in:
@ -134,7 +134,7 @@ class RakLibInterface implements ServerInstance, SourceInterface{
|
||||
}else{
|
||||
$info = $this->rakLib->getTerminationInfo();
|
||||
$this->server->removeInterface($this);
|
||||
\ExceptionHandler::handler(E_ERROR, "RakLib Thread crashed [".$info["scope"]."]" . (isset($info["message"]) ? $info["message"] : ""), $info["file"], $info["line"]);
|
||||
\ExceptionHandler::handler(E_ERROR, "RakLib Thread crashed [".$info["scope"]."]: " . (isset($info["message"]) ? $info["message"] : ""), $info["file"], $info["line"]);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user