mirror of
https://github.com/danbulant/flying-squid
synced 2026-06-14 03:51:07 +00:00
Crying right now . . .
This commit is contained in:
parent
3849de3aa3
commit
d334fc486c
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ module.exports.player=function(player)
|
|||
sendLook(yaw,pitch,onGround);
|
||||
});
|
||||
|
||||
function sendRelativePositionChange(newPosition, onGround) {
|
||||
player.sendRelativePositionChange = (newPosition, onGround) => {
|
||||
player.behavior('move', {
|
||||
onGround: onGround,
|
||||
position: newPosition
|
||||
|
|
|
|||
Loading…
Reference in a new issue