mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
Added /reload command (does not reload source code)
This commit is contained in:
@ -33,7 +33,7 @@ class SendUsageTask extends AsyncTask{
|
||||
$this->data = serialize($data);
|
||||
}
|
||||
|
||||
public function onRun(\Thread $thread){
|
||||
public function onRun(){
|
||||
Utils::postURL($this->endpoint, unserialize($this->data));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user