Skip to content

Commit

Permalink
this has no business being public wtf
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps authored Nov 14, 2023
1 parent ea3f31a commit 1fa091d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PlayerAuthInputPacket.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class PlayerAuthInputPacket extends DataPacket implements ServerboundPacket{
private ?Vector3 $vrGazeDirection = null;
private int $tick;
private Vector3 $delta;
public ?ItemInteractionData $itemInteractionData = null;
private ?ItemInteractionData $itemInteractionData = null;
private ?ItemStackRequest $itemStackRequest = null;
/** @var PlayerBlockAction[]|null */
private ?array $blockActions = null;
Expand Down

0 comments on commit 1fa091d

Please sign in to comment.