Fixed stupid mistake

This commit is contained in:
Stephen
2019-11-05 21:56:20 -05:00
parent 4e9a2b6d8c
commit 75742b487f
3 changed files with 4 additions and 6 deletions

View File

@ -23,7 +23,7 @@ declare(strict_types=1);
namespace pocketmine\network\mcpe\protocol;
use pocketmine\network\CompletedUsingItemPacket;
use pocketmine\network\mcpe\protocol\CompletedUsingItemPacket;
use pocketmine\utils\Binary;
use pocketmine\utils\BinaryDataException;