mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-01 15:49:54 +00:00
I'm bored x2.
This commit is contained in:
parent
ba9b800eff
commit
9c9939440f
@ -409,7 +409,7 @@ class PocketMinecraftServer{
|
||||
if($this->stop === true){
|
||||
return;
|
||||
}
|
||||
console("[ERROR] An Unrecovereable has ocurred and the server has Crashed. Creating an Error Dump");
|
||||
console("[ERROR] An unrecoverable error has occurred 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