Increase default value for fight.speed to 15

This commit is contained in:
Evenprime 2012-02-01 21:24:17 +01:00
parent 303b893689
commit 273add2139

View File

@ -97,7 +97,7 @@ public class DefaultConfiguration extends NoCheatConfiguration {
set(ConfPaths.FIGHT_REACH_ACTIONS, "cancel vl>10 log:freach:2:5:if cancel");
set(ConfPaths.FIGHT_SPEED_CHECK, true);
set(ConfPaths.FIGHT_SPEED_ATTACKLIMIT, 10);
set(ConfPaths.FIGHT_SPEED_ATTACKLIMIT, 15);
set(ConfPaths.FIGHT_SPEED_ACTIONS, "log:fspeed:0:5:if cancel");
set(ConfPaths.STRINGS + ".drop", "[player] failed [check]: Tried to drop more items than allowed. VL [violations]");