mirror of
https://github.com/danbulant/flying-squid
synced 2026-07-05 11:10:44 +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);
|
sendLook(yaw,pitch,onGround);
|
||||||
});
|
});
|
||||||
|
|
||||||
function sendRelativePositionChange(newPosition, onGround) {
|
player.sendRelativePositionChange = (newPosition, onGround) => {
|
||||||
player.behavior('move', {
|
player.behavior('move', {
|
||||||
onGround: onGround,
|
onGround: onGround,
|
||||||
position: newPosition
|
position: newPosition
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue