Skip to content

Commit

Permalink
add a comment doc
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanCraft623 committed Sep 18, 2024
1 parent 9c341d5 commit 49ca9d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/camera/CameraTargetInstruction.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function getActorUniqueId() : int{ return $this->actorUniqueId; }

public static function read(PacketSerializer $in) : self{
$targetCenterOffset = $in->readOptional(fn() => $in->getVector3());
$actorUniqueId = $in->getLLong();
$actorUniqueId = $in->getLLong(); //why be consistent mojang ?????
return new self(
$targetCenterOffset,
$actorUniqueId
Expand Down

0 comments on commit 49ca9d5

Please sign in to comment.