Skip to content

Commit

Permalink
Merge pull request #4 from liam-wiltshire/TesseractSupport
Browse files Browse the repository at this point in the history
Tesseract support
  • Loading branch information
liam-wiltshire authored May 15, 2017
2 parents e3920f9 + d5b64ff commit 8724485
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Buycraft/PocketMine/Util/AnalyticsSend.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class AnalyticsSend extends AsyncTask

public function __construct($json, $secret)
{
parent::__construct();
//parent::__construct();
$this->json = $json;
$this->secret = $secret;
}
Expand Down
2 changes: 1 addition & 1 deletion src/Buycraft/PocketMine/Util/FinalizeReportTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class FinalizeReportTask extends AsyncTask

public function __construct($lines)
{
parent::__construct();
//parent::__construct();
$this->lines = $lines;
$this->fn = BuycraftPlugin::getInstance()->getDataFolder() . 'report-' . date('Y-m-d-H-i-s') . '.txt';
}
Expand Down

0 comments on commit 8724485

Please sign in to comment.