Skip to content

Commit

Permalink
fix riptide mech
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed May 4, 2020
1 parent c52eaef commit 2e2056c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -165,7 +165,7 @@ public void setCarriedItem(Enderman entity, ItemStack item) {

@Override
public void setRiptide(Entity entity, boolean state) {
((CraftLivingEntity) entity).getHandle().q(state ? 0 : 1);
((CraftLivingEntity) entity).getHandle().r(state ? 0 : 1);
}

@Override
Expand Down

0 comments on commit 2e2056c

Please sign in to comment.