Skip to content

Commit 0146cee

Browse files
authored
Merge pull request #68 from 3add/fix/entity-velocity
remove: multiplication, now applied in packetevents
2 parents b7541c2 + 589d5f2 commit 0146cee

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

api/src/main/java/me/tofaa/entitylib/wrapper/WrapperEntity.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,6 @@ public void clearViewerRules() {
446446
}
447447

448448
public WrapperPlayServerEntityVelocity getVelocityPacket() {
449-
Vector3d velocity = this.velocity.multiply(8000.0f / 20.0f);
450449
return new WrapperPlayServerEntityVelocity(entityId, velocity);
451450
}
452451

0 commit comments

Comments
 (0)