Skip to content

Commit

Permalink
Register CameraAimAssistPresetsPacket
Browse files Browse the repository at this point in the history
  • Loading branch information
dries-c committed Nov 25, 2024
1 parent 51c2520 commit 3c5f22e
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 @@ -237,6 +237,7 @@ public function __construct(){
$this->registerPacket(new ContainerRegistryCleanupPacket());
$this->registerPacket(new MovementEffectPacket());
$this->registerPacket(new SetMovementAuthorityPacket());
$this->registerPacket(new CameraAimAssistPresetsPacket());
}

public function registerPacket(Packet $packet) : void{
Expand Down

0 comments on commit 3c5f22e

Please sign in to comment.