selfhit: Set default log delay to 0.

This commit is contained in:
asofold 2012-09-08 15:36:37 +02:00
parent ad1e1b2cd9
commit 1d34d68085

View File

@ -246,7 +246,7 @@ public class DefaultConfig extends ConfigFile {
set(ConfPaths.FIGHT_REACH_ACTIONS, "cancel vl>10 log:freach:2:5:if cancel"); set(ConfPaths.FIGHT_REACH_ACTIONS, "cancel vl>10 log:freach:2:5:if cancel");
set(ConfPaths.FIGHT_SELFHIT_CHECK, true); set(ConfPaths.FIGHT_SELFHIT_CHECK, true);
set(ConfPaths.FIGHT_SELFHIT_ACTIONS, "log:fselfhit:2:5:if cancel vl>10 log:fselfhit:0:5:if cancel cmd:kickselfhit"); set(ConfPaths.FIGHT_SELFHIT_ACTIONS, "log:fselfhit:0:5:if cancel vl>10 log:fselfhit:0:5:if cancel cmd:kickselfhit");
set(ConfPaths.FIGHT_SPEED_CHECK, true); set(ConfPaths.FIGHT_SPEED_CHECK, true);
set(ConfPaths.FIGHT_SPEED_LIMIT, 15); set(ConfPaths.FIGHT_SPEED_LIMIT, 15);