mirror of
https://github.com/danbulant/flying-squid
synced 2026-06-10 18:14:13 +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,
|
||||
yaw: player.yaw,
|
||||
pitch: player.pitch,
|
||||
flags: 0x00
|
||||
flags: 0x00,
|
||||
teleportId: 1
|
||||
})
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue