Skip to content

Commit 09d0cfb

Browse files
committed
Fixed fire arc too stretchy
1 parent d08f90e commit 09d0cfb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/crowsofwar/avatar/common/entity/EntityArc.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ protected double getControlPointMaxDistanceSq() {
255255
* leader, then it is teleported to the leader.
256256
*/
257257
protected double getControlPointTeleportDistanceSq() {
258-
return 36;
258+
return 16;
259259
}
260260

261261
}

0 commit comments

Comments
 (0)