Fix Entity.setVelocity

This commit is contained in:
Erik Broes 2011-04-01 12:28:55 +02:00
parent 09cfbfbf73
commit c16ba1f940

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() {