Remove godmode kick for the moment.

This commit is contained in:
asofold 2012-11-25 23:23:46 +01:00
parent 01dee36e32
commit 484c61e9aa

View File

@ -25,7 +25,7 @@ public class DefaultConfig extends ConfigFile {
* NCP build needed for this config. * NCP build needed for this config.
* (Should only increment with changing or removing paths.) * (Should only increment with changing or removing paths.)
*/ */
public static final int buildNumber = 256; public static final int buildNumber = 260;
/** /**
* Instantiates a new default configuration. * Instantiates a new default configuration.
@ -286,7 +286,7 @@ public class DefaultConfig extends ConfigFile {
"cancel vl>5 log:fdirection:3:5:f cancel vl>20 log:fdirection:0:5:if cancel vl>50 log:fdirection:0:5:cif cancel"); "cancel vl>5 log:fdirection:3:5:f cancel vl>20 log:fdirection:0:5:if cancel vl>50 log:fdirection:0:5:cif cancel");
set(ConfPaths.FIGHT_GODMODE_CHECK, true); set(ConfPaths.FIGHT_GODMODE_CHECK, true);
set(ConfPaths.FIGHT_GODMODE_ACTIONS, "log:godmode:2:5:if cancel vl>60 log:godmode:2:5:if cancel cmd:kickgod"); set(ConfPaths.FIGHT_GODMODE_ACTIONS, "log:godmode:2:5:if cancel vl>60 log:godmode:2:5:icf cancel"); // cmd:kickgod");
set(ConfPaths.FIGHT_KNOCKBACK_CHECK, true); set(ConfPaths.FIGHT_KNOCKBACK_CHECK, true);
set(ConfPaths.FIGHT_KNOCKBACK_INTERVAL, 50L); set(ConfPaths.FIGHT_KNOCKBACK_INTERVAL, 50L);