geforkt von Mirrors/Paper
Fix Entity.setVelocity
Dieser Commit ist enthalten in:
Ursprung
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() {
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren