mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-17 03:08:58 +00:00
Fixed SendUsageTask
This commit is contained in:
parent
80aebf2932
commit
873e35f416
@ -21,6 +21,7 @@
|
|||||||
|
|
||||||
namespace pocketmine\scheduler;
|
namespace pocketmine\scheduler;
|
||||||
|
|
||||||
|
use pocketmine\Server;
|
||||||
use pocketmine\utils\Utils;
|
use pocketmine\utils\Utils;
|
||||||
|
|
||||||
class SendUsageTask extends AsyncTask{
|
class SendUsageTask extends AsyncTask{
|
||||||
@ -37,4 +38,8 @@ class SendUsageTask extends AsyncTask{
|
|||||||
Utils::postURL($this->endpoint, unserialize($this->data));
|
Utils::postURL($this->endpoint, unserialize($this->data));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function onCompletion(Server $server){
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user