add teleportId

This commit is contained in:
Romain Beaumont 2018-05-25 23:20:53 +02:00
parent 9f2e8e0a36
commit f0cdc3bc23
No known key found for this signature in database
GPG key ID: DB60E388B3BCF286

View file

@ -54,7 +54,8 @@ module.exports.player = function (player) {
z: player.position.z,
yaw: player.yaw,
pitch: player.pitch,
flags: 0x00
flags: 0x00,
teleportId: 1
})
}