mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-05 10:20:53 +01:00
Fix Entity.setVelocity
This commit is contained in:
parent
09cfbfbf73
commit
c16ba1f940
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user