diff --git a/src/PacketPool.php b/src/PacketPool.php index 8813e6e1..2ac12a85 100644 --- a/src/PacketPool.php +++ b/src/PacketPool.php @@ -238,6 +238,7 @@ public function __construct(){ $this->registerPacket(new MovementEffectPacket()); $this->registerPacket(new SetMovementAuthorityPacket()); $this->registerPacket(new CameraAimAssistPresetsPacket()); + $this->registerPacket(new VideoStreamConnectPacket()); } public function registerPacket(Packet $packet) : void{