Skip to content

Commit

Permalink
Remove accidentally left in code
Browse files Browse the repository at this point in the history
  • Loading branch information
GirafiStudios committed Jul 13, 2020
1 parent c175622 commit ba2cd10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public void tick() {

@Override
public boolean isOnLadder() {
return this.isBesideClimbableBlock() && this.isSuppressingSlidingDownLadder();
return this.isBesideClimbableBlock();
}

private boolean isBesideClimbableBlock() {
Expand Down

0 comments on commit ba2cd10

Please sign in to comment.