Skip to content

Commit

Permalink
Added missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Feb 7, 2024
1 parent 826cbea commit 4fcb644
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/network/mcpe/ChunkRequestTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
use pocketmine\utils\BinaryStream;
use pocketmine\world\format\Chunk;
use pocketmine\world\format\io\FastChunkSerializer;
use function chr;

class ChunkRequestTask extends AsyncTask{
private const TLS_KEY_PROMISE = "promise";
Expand Down
1 change: 1 addition & 0 deletions src/network/mcpe/compression/CompressBatchTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

use pocketmine\scheduler\AsyncTask;
use pocketmine\thread\NonThreadSafeValue;
use function chr;

class CompressBatchTask extends AsyncTask{

Expand Down

0 comments on commit 4fcb644

Please sign in to comment.