Fixed some very unusual crashdumps reporting non-fatal errors when plugins use die() or exit()

This commit is contained in:
Dylan K. Taylor
2017-06-22 19:08:33 +01:00
parent 9047c2c1ef
commit 4b4f2af9e3
2 changed files with 12 additions and 11 deletions

View File

@ -2183,7 +2183,6 @@ class Server{
}catch(\Throwable $e){
$this->logger->logException($e);
$this->logger->critical($this->getLanguage()->translateString("pocketmine.crash.error", [$e->getMessage()]));
return;
}
//$this->checkMemory();