Skip to content

Commit 3bc0cee

Browse files
authored
PlayerAuthInputVehicleInfo: Wrong folder (pmmp#325)
1 parent 2d7aa27 commit 3bc0cee

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/PlayerAuthInputPacket.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
use pocketmine\network\mcpe\protocol\types\ItemInteractionData;
2929
use pocketmine\network\mcpe\protocol\types\PlayerAction;
3030
use pocketmine\network\mcpe\protocol\types\PlayerAuthInputFlags;
31+
use pocketmine\network\mcpe\protocol\types\PlayerAuthInputVehicleInfo;
3132
use pocketmine\network\mcpe\protocol\types\PlayerBlockAction;
3233
use pocketmine\network\mcpe\protocol\types\PlayerBlockActionStopBreak;
3334
use pocketmine\network\mcpe\protocol\types\PlayerBlockActionWithBlockInfo;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
declare(strict_types=1);
1414

15-
namespace pocketmine\network\mcpe\protocol;
15+
namespace pocketmine\network\mcpe\protocol\types;
1616

1717
use pmmp\encoding\ByteBufferReader;
1818
use pmmp\encoding\ByteBufferWriter;

0 commit comments

Comments
 (0)