Updated RakLib, fixed help message not showing command, added documentation to Plugin->getResource()

This commit is contained in:
Shoghi Cervantes
2015-01-14 17:23:16 +01:00
parent 9fac990b19
commit 24c6cca664
7 changed files with 25 additions and 19 deletions

View File

@ -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"]);
}
}