oops, wrong namespace

This commit is contained in:
Dylan K. Taylor 2018-01-28 13:08:11 +00:00
parent 0ed9fcb641
commit 033cb8bd63
2 changed files with 1 additions and 2 deletions

View File

@ -21,7 +21,7 @@
declare(strict_types=1);
namespace pocketmine\network;
namespace pocketmine\network\mcpe;
class VerifyLoginException extends \RuntimeException{

View File

@ -24,7 +24,6 @@ declare(strict_types=1);
namespace pocketmine\network\mcpe;
use pocketmine\network\mcpe\protocol\LoginPacket;
use pocketmine\network\VerifyLoginException;
use pocketmine\Player;
use pocketmine\scheduler\AsyncTask;
use pocketmine\Server;