Typo fix to crash dump

This commit is contained in:
Michael Yoo 2014-04-27 15:17:52 +09:30
parent 46464eb504
commit 1001a47cd6

View File

@ -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(