Hello? Jenkins? What are you doing, honey?

This commit is contained in:
MachineMuse 2013-02-04 08:59:50 -07:00
parent e3e1456941
commit e86bf607a1

View file

@ -274,6 +274,8 @@ public class PlayerTickHandlerClient implements ITickHandler {
player.motionZ = 0;
}
}
// Thrusting, finally :V
double vx = thrust * desiredDirection.xCoord;
double vy = thrust * desiredDirection.yCoord;
double vz = thrust * desiredDirection.zCoord;