Skip to content

Commit

Permalink
Fixed fire arc too stretchy
Browse files Browse the repository at this point in the history
  • Loading branch information
CrowsOfWar committed Oct 24, 2016
1 parent d08f90e commit 09d0cfb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ protected double getControlPointMaxDistanceSq() {
* leader, then it is teleported to the leader.
*/
protected double getControlPointTeleportDistanceSq() {
return 36;
return 16;
}

}

0 comments on commit 09d0cfb

Please sign in to comment.