mirror of
https://github.com/danbulant/flying-squid
synced 2026-06-24 17:21:43 +00:00
add teleportId
This commit is contained in:
parent
9f2e8e0a36
commit
f0cdc3bc23
1 changed files with 2 additions and 1 deletions
|
|
@ -54,7 +54,8 @@ module.exports.player = function (player) {
|
||||||
z: player.position.z,
|
z: player.position.z,
|
||||||
yaw: player.yaw,
|
yaw: player.yaw,
|
||||||
pitch: player.pitch,
|
pitch: player.pitch,
|
||||||
flags: 0x00
|
flags: 0x00,
|
||||||
|
teleportId: 1
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue