Merge commit '216138a37e52e545abdba5a3600eabbcced867be'

# Conflicts:
#	resources/vanilla
This commit is contained in:
Dylan K. Taylor 2019-12-25 13:53:25 +00:00
commit 27fa73a4d2

View File

@ -85,7 +85,7 @@ class PlayerAuthInputPacket extends DataPacket implements ServerboundPacket{
$result->inputMode = $inputMode; $result->inputMode = $inputMode;
$result->playMode = $playMode; $result->playMode = $playMode;
if($vrGazeDirection !== null){ if($vrGazeDirection !== null){
$this->vrGazeDirection = $vrGazeDirection->asVector3(); $result->vrGazeDirection = $vrGazeDirection->asVector3();
} }
return $result; return $result;
} }