Fix Entity.setVelocity

By: Erik Broes <erikbroes@grum.nl>
This commit is contained in:
CraftBukkit/Spigot 2011-04-01 12:28:55 +02:00
parent 26be6db6d5
commit ba7e83927e

View file

@ -101,7 +101,7 @@ public abstract class CraftEntity implements org.bukkit.entity.Entity {
entity.motX = vel.getX();
entity.motY = vel.getY();
entity.motZ = vel.getZ();
entity.aY = true;
entity.aZ = true;
}
public World getWorld() {