Crying right now . . .

This commit is contained in:
azastrael 2015-12-06 04:17:19 +01:00
parent 3849de3aa3
commit d334fc486c

View file

@ -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