Skip to content

Commit

Permalink
Log fight.speed violations only for higher vls (legacy).
Browse files Browse the repository at this point in the history
  • Loading branch information
asofold committed Nov 16, 2015
1 parent 0f1a534 commit d899334
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -313,7 +313,7 @@ public DefaultConfig() {

set(ConfPaths.FIGHT_SPEED_CHECK, true);
set(ConfPaths.FIGHT_SPEED_LIMIT, 15);
set(ConfPaths.FIGHT_SPEED_ACTIONS, "log:fspeed:0:5:if cancel");
set(ConfPaths.FIGHT_SPEED_ACTIONS, "cancel vl>50 log:fspeed:0:5:if cancel");
set(ConfPaths.FIGHT_SPEED_SHORTTERM_TICKS, 7);
set(ConfPaths.FIGHT_SPEED_SHORTTERM_LIMIT, 6);

Expand Down

0 comments on commit d899334

Please sign in to comment.