mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 01:46:04 +00:00
Fixed some very unusual crashdumps reporting non-fatal errors when plugins use die() or exit()
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user