1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-05-16 23:26:24 +02:00

Protected, not public.

This commit is contained in:
gmcferrin 2013-01-08 16:10:19 -05:00
parent d2f6191615
commit e0da506d1a

@ -9,7 +9,7 @@ import com.gmail.nossr50.util.Permissions;
import com.gmail.nossr50.util.Skills;
public class RollEventHandler extends AcrobaticsEventHandler {
public boolean isGraceful;
protected boolean isGraceful;
private int damageThreshold;
protected RollEventHandler(AcrobaticsManager manager, EntityDamageEvent event) {