Skip to content

Commit

Permalink
Update PacketPool.php
Browse files Browse the repository at this point in the history
  • Loading branch information
KnosTx authored Dec 20, 2024
1 parent a5792d3 commit 98efa40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/PacketPool.php
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit 98efa40

Please sign in to comment.