3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-12-19 21:10:10 +01:00

Fix Entity.setVelocity

Dieser Commit ist enthalten in:
Erik Broes 2011-04-01 12:28:55 +02:00
Ursprung 09cfbfbf73
Commit c16ba1f940

Datei anzeigen

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