mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-12 12:55:21 +00:00
Fixed typo in crash text
This commit is contained in:
parent
9d75baf212
commit
e6e15ceffa
@ -1784,7 +1784,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
|
||||||
$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);
|
$dump = new CrashDump($this);
|
||||||
|
|
||||||
if($this->getProperty("settings.send-crash", true) !== false){
|
if($this->getProperty("settings.send-crash", true) !== false){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user