We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b7541c2 + 589d5f2 commit 0146ceeCopy full SHA for 0146cee
1 file changed
api/src/main/java/me/tofaa/entitylib/wrapper/WrapperEntity.java
@@ -446,7 +446,6 @@ public void clearViewerRules() {
446
}
447
448
public WrapperPlayServerEntityVelocity getVelocityPacket() {
449
- Vector3d velocity = this.velocity.multiply(8000.0f / 20.0f);
450
return new WrapperPlayServerEntityVelocity(entityId, velocity);
451
452
0 commit comments