mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-01 23:59:53 +00:00
Revert "Merge pull request #682 from Humerus/patch-1"
This reverts commit 04c641b79bb4045cebef1cef5937a2c8897cb0b3, reversing changes made to ba9b800eff33a24005a789e32702335981cf9ab4. Revert
This commit is contained in:
parent
87a67804c4
commit
4f1ce9adee
@ -409,7 +409,7 @@ class PocketMinecraftServer{
|
||||
if($this->stop === true){
|
||||
return;
|
||||
}
|
||||
console("[ERROR] An unrecoverable error has occurred and the server has crashed. Creating an error dump...");
|
||||
console("[ERROR] An Unrecovereable has ocurred and the server has Crashed. Creating an Error Dump");
|
||||
$dump = "```\r\n# PocketMine-MP Error Dump ".date("D M j H:i:s T Y")."\r\n";
|
||||
$er = error_get_last();
|
||||
$dump .= "Error: ".var_export($er, true)."\r\n\r\n";
|
||||
|
Loading…
x
Reference in New Issue
Block a user