mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
Merge branch 'stable' into next-minor
# Conflicts: # src/pocketmine/Player.php # src/pocketmine/block/SnowLayer.php
This commit is contained in:
@ -547,9 +547,9 @@ class NetworkBinaryStream extends BinaryStream{
|
||||
*/
|
||||
public function getVector3() : Vector3{
|
||||
return new Vector3(
|
||||
$this->getRoundedLFloat(4),
|
||||
$this->getRoundedLFloat(4),
|
||||
$this->getRoundedLFloat(4)
|
||||
$this->getLFloat(),
|
||||
$this->getLFloat(),
|
||||
$this->getLFloat()
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user