Skip to content

Commit

Permalink
listen, i am tired...
Browse files Browse the repository at this point in the history
  • Loading branch information
IThundxr committed Feb 9, 2024
1 parent 679666e commit 78560b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public void onUseRocket(ZRightClickItem event) {
Player player = event.getEntity();
ItemStack chest = player.getItemBySlot(EquipmentSlot.CHEST);

boolean curiosCheck = zeta.isModLoaded("curios") || BetterElytraRocketCuriosCompat.hasCuriosElytra(player);
boolean curiosCheck = zeta.isModLoaded("curios") && BetterElytraRocketCuriosCompat.hasCuriosElytra(player);

if (!player.isFallFlying() && (zeta.itemExtensions.get(chest).canElytraFlyZeta(chest, player) || curiosCheck)) {
Level world = player.level();
Expand Down

0 comments on commit 78560b9

Please sign in to comment.