1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-07-07 16:14:42 +02:00

Spacing issues.

This commit is contained in:
GJ
2012-06-12 09:20:39 -04:00
parent 975e13d45f
commit 2225e542ad
2 changed files with 2 additions and 2 deletions
src/main/java/com/gmail/nossr50/skills/acrobatics

@ -8,7 +8,7 @@ import com.gmail.nossr50.locale.LocaleLoader;
import com.gmail.nossr50.util.Misc;
import com.gmail.nossr50.util.Skills;
public class DodgeEventHandler extends AcrobaticsEventHandler{
public class DodgeEventHandler extends AcrobaticsEventHandler {
protected DodgeEventHandler(AcrobaticsManager manager, EntityDamageByEntityEvent event) {
super(manager, event);

@ -7,7 +7,7 @@ import com.gmail.nossr50.locale.LocaleLoader;
import com.gmail.nossr50.util.Misc;
import com.gmail.nossr50.util.Skills;
public class RollEventHandler extends AcrobaticsEventHandler{
public class RollEventHandler extends AcrobaticsEventHandler {
private boolean isGraceful;
private int damageThreshold;