mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-15 02:09:42 +00:00
CompressBatchedTask: players aren't strings
This commit is contained in:
parent
dc29b4dc3f
commit
34d64be427
@ -34,7 +34,7 @@ class CompressBatchedTask extends AsyncTask{
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @param PacketStream $stream
|
* @param PacketStream $stream
|
||||||
* @param string[] $targets
|
* @param Player[] $targets
|
||||||
* @param int $compressionLevel
|
* @param int $compressionLevel
|
||||||
*/
|
*/
|
||||||
public function __construct(PacketStream $stream, array $targets, int $compressionLevel){
|
public function __construct(PacketStream $stream, array $targets, int $compressionLevel){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user