diff --git a/TwosideKeeper.jar b/TwosideKeeper.jar index 7893ddd..6b04d07 100644 Binary files a/TwosideKeeper.jar and b/TwosideKeeper.jar differ diff --git a/src/sig/plugin/TwosideKeeper/HolidayEvents/Christmas.java b/src/sig/plugin/TwosideKeeper/HolidayEvents/Christmas.java index 1d1c67a..4469465 100644 --- a/src/sig/plugin/TwosideKeeper/HolidayEvents/Christmas.java +++ b/src/sig/plugin/TwosideKeeper/HolidayEvents/Christmas.java @@ -669,7 +669,7 @@ public class Christmas { } } if ((ev.getAction()==Action.RIGHT_CLICK_AIR || - ev.getAction()==Action.RIGHT_CLICK_BLOCK) && ev.useInteractedBlock()==Result.DENY) { + ev.getAction()==Action.RIGHT_CLICK_BLOCK) && (ev.useInteractedBlock()==Result.DENY || !p.isOnGround())) { UseRocketBooster(ev, p); } if ((ev.getAction()==Action.RIGHT_CLICK_AIR || ev.getAction()==Action.RIGHT_CLICK_BLOCK) &&