Skip to content

Commit

Permalink
Add missing changes to PacketPool
Browse files Browse the repository at this point in the history
  • Loading branch information
dries-c committed Oct 23, 2024
1 parent 43d2711 commit 003c522
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/PacketPool.php
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,8 @@ public function __construct(){
$this->registerPacket(new ServerboundDiagnosticsPacket());
$this->registerPacket(new CameraAimAssistPacket());
$this->registerPacket(new ContainerRegistryCleanupPacket());
$this->registerPacket(new MovementEffectPacket());
$this->registerPacket(new SetMovementAuthorityPacket());
}

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

0 comments on commit 003c522

Please sign in to comment.