diff --git a/src/pocketmine/math/Vector3.php b/src/pocketmine/math/Vector3.php index f45b1fd1c..0a6a6218f 100644 --- a/src/pocketmine/math/Vector3.php +++ b/src/pocketmine/math/Vector3.php @@ -326,7 +326,7 @@ class Vector3{ * @param $y * @param $z * - * @return Vector3 + * @return $this */ public function setComponents($x, $y, $z){ $this->x = $x;