mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-08 04:38:35 +00:00
Fixed not being able to disable stats reporting using command line options
This commit is contained in:
parent
c6670b2e74
commit
d7091f4460
@ -2387,7 +2387,7 @@ class Server{
|
|||||||
}
|
}
|
||||||
|
|
||||||
public function sendUsage($type = SendUsageTask::TYPE_STATUS){
|
public function sendUsage($type = SendUsageTask::TYPE_STATUS){
|
||||||
if($this->getProperty("anonymous-statistics.enabled", true)){
|
if((bool) $this->getProperty("anonymous-statistics.enabled", true)){
|
||||||
$this->scheduler->scheduleAsyncTask(new SendUsageTask($this, $type, $this->uniquePlayers));
|
$this->scheduler->scheduleAsyncTask(new SendUsageTask($this, $type, $this->uniquePlayers));
|
||||||
}
|
}
|
||||||
$this->uniquePlayers = [];
|
$this->uniquePlayers = [];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user