mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-30 07:09:56 +00:00
Typo fix to crash dump
This commit is contained in:
parent
46464eb504
commit
1001a47cd6
@ -1568,7 +1568,7 @@ class Server{
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
ini_set("memory_limit", "-1"); //Fix error dump not dumped on memory problems
|
ini_set("memory_limit", "-1"); //Fix error dump not dumped on memory problems
|
||||||
console("[SEVERE] An unrecovereable has ocurred and the server has crashed. Creating an error dump");
|
console("[SEVERE] An unrecoverable 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";
|
$dump = "```\r\n# PocketMine-MP Error Dump " . date("D M j H:i:s T Y") . "\r\n";
|
||||||
$er = error_get_last();
|
$er = error_get_last();
|
||||||
$errorConversion = array(
|
$errorConversion = array(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user