Because some people really wanted to disable this,

mostly due to clientside lag.
This commit is contained in:
TfT_02
2013-04-01 16:38:22 +02:00
parent 0ebc555136
commit 6c3820c747
3 changed files with 9 additions and 1 deletions

View File

@ -115,6 +115,7 @@ public class Config extends AutoUpdateConfigLoader {
public boolean getDodgeEffectEnabled() { return config.getBoolean("Particles.Dodge", true); }
public boolean getBleedEffectEnabled() { return config.getBoolean("Particles.Bleed", true); }
public boolean getGreaterImpactEffectEnabled() { return config.getBoolean("Particles.Greater_Impact", true); }
public boolean getLevelUpEffectsEnabled() { return config.getBoolean("Particles.LevelUp", true); }
/* PARTY SETTINGS */
public int getAutoPartyKickInterval() { return config.getInt("Party.AutoKick_Interval", 12); }