mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-15 12:13:54 -07:00
Fix Entity.setVelocity
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user