async filereader removed old test method

This commit is contained in:
kremsy
2017-04-16 15:30:43 +02:00
parent e2c458c52d
commit 9741027a71
2 changed files with 1 additions and 11 deletions

View File

@ -169,7 +169,7 @@ class DedimaniaPlugin implements CallbackListener, CommandListener, TimerListene
throw new \Exception("No Dedimania Code Specified, check the settings!");
}
$this->request = AsynchronousFileReader::newRequestTest(self::DEDIMANIA_URL);
//$this->request = AsynchronousFileReader::newRequestTest(self::DEDIMANIA_URL);
$this->dedimaniaData = new DedimaniaData($serverInfo->login, $dedimaniaCode, $serverInfo->path, $packMask, $serverVersion);