CompressBatchedTask: move to pocketmine\network\mcpe namespace

This commit is contained in:
Dylan K. Taylor 2018-07-05 13:38:33 +01:00
parent 2907de81ad
commit 120eb8e362
2 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ use pocketmine\nbt\tag\LongTag;
use pocketmine\nbt\tag\ShortTag;
use pocketmine\nbt\tag\StringTag;
use pocketmine\network\AdvancedSourceInterface;
use pocketmine\network\CompressBatchedTask;
use pocketmine\network\mcpe\CompressBatchedTask;
use pocketmine\network\mcpe\protocol\BatchPacket;
use pocketmine\network\mcpe\protocol\DataPacket;
use pocketmine\network\mcpe\protocol\PlayerListPacket;

View File

@ -21,7 +21,7 @@
declare(strict_types=1);
namespace pocketmine\network;
namespace pocketmine\network\mcpe;
use pocketmine\network\mcpe\protocol\BatchPacket;
use pocketmine\Player;