Skip to content

Commit

Permalink
$plugin not found in DownloadFile.php
Browse files Browse the repository at this point in the history
  • Loading branch information
harryitz committed Jun 28, 2022
1 parent ac65e43 commit cb3da84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tasks/DownloadFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public function onCompletion() : void {
CapeUtils::setCape($player, $image);
}
} catch (Exception $e){
$this->plugin->getLogger()->warning($e->getMessage());
Server::getInstance()->getLogger()->warning('[BetterCapes]: '.$e->getMessage());
}
}
}

0 comments on commit cb3da84

Please sign in to comment.