mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 01:46:04 +00:00
Fixed SendUsageTask
This commit is contained in:
@ -21,6 +21,7 @@
|
||||
|
||||
namespace pocketmine\scheduler;
|
||||
|
||||
use pocketmine\Server;
|
||||
use pocketmine\utils\Utils;
|
||||
|
||||
class SendUsageTask extends AsyncTask{
|
||||
@ -37,4 +38,8 @@ class SendUsageTask extends AsyncTask{
|
||||
Utils::postURL($this->endpoint, unserialize($this->data));
|
||||
}
|
||||
|
||||
public function onCompletion(Server $server){
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user