mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-05 17:36:12 +00:00
Updated references and submodules
This commit is contained in:
@ -32,7 +32,7 @@ class CompressBatchedTask extends AsyncTask{
|
||||
public $channel = 0;
|
||||
public $targets = [];
|
||||
|
||||
public function __construct(&$data, array $targets, $level = 7, $channel = 0){
|
||||
public function __construct($data, array $targets, $level = 7, $channel = 0){
|
||||
$this->data = $data;
|
||||
$this->targets = $targets;
|
||||
$this->level = $level;
|
||||
|
Reference in New Issue
Block a user