mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-16 18:59:00 +00:00
Fixed SendUsageTask
This commit is contained in:
parent
80aebf2932
commit
873e35f416
@ -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){
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user