mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-17 04:06:54 +00:00
Fixed messages and default settings
This commit is contained in:
@@ -2053,7 +2053,7 @@ class Server{
|
||||
try{
|
||||
$dump = new CrashDump($this);
|
||||
}catch(\Exception $e){
|
||||
$this->logger->critical("Could create Crash Dump: " . $e->getMessage());
|
||||
$this->logger->critical("Could not create Crash Dump: " . $e->getMessage());
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user