mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 16:51:42 +00:00
Fixed typo in crash text
This commit is contained in:
parent
9d75baf212
commit
e6e15ceffa
@ -1784,7 +1784,7 @@ class Server{
|
||||
return;
|
||||
}
|
||||
ini_set("memory_limit", "-1"); //Fix error dump not dumped on memory problems
|
||||
$this->logger->emergency("An unrecoverable has occurred and the server has crashed. Creating a crash dump");
|
||||
$this->logger->emergency("An unrecoverable error has occurred and the server has crashed. Creating a crash dump");
|
||||
$dump = new CrashDump($this);
|
||||
|
||||
if($this->getProperty("settings.send-crash", true) !== false){
|
||||
|
Loading…
x
Reference in New Issue
Block a user