mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-23 19:34:15 +00:00
Merge commit '216138a37e52e545abdba5a3600eabbcced867be'
# Conflicts: # resources/vanilla
This commit is contained in:
commit
27fa73a4d2
@ -85,7 +85,7 @@ class PlayerAuthInputPacket extends DataPacket implements ServerboundPacket{
|
||||
$result->inputMode = $inputMode;
|
||||
$result->playMode = $playMode;
|
||||
if($vrGazeDirection !== null){
|
||||
$this->vrGazeDirection = $vrGazeDirection->asVector3();
|
||||
$result->vrGazeDirection = $vrGazeDirection->asVector3();
|
||||
}
|
||||
return $result;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user