Fixed messages and default settings

This commit is contained in:
Shoghi Cervantes 2015-01-03 02:56:46 +01:00
parent 0da628deca
commit 8e3667c95b
No known key found for this signature in database
GPG Key ID: 78464DB0A7837F89
2 changed files with 2 additions and 2 deletions

View File

@ -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;
}

View File

@ -31,7 +31,7 @@ use pocketmine\utils\PluginException;
use pocketmine\utils\ReversePriorityQueue;
class ServerScheduler{
public static $WORKERS = 4;
public static $WORKERS = 1;
/**
* @var ReversePriorityQueue<Task>
*/