Skip to content

Commit

Permalink
fix materialdistance
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed May 7, 2022
1 parent 7886d9f commit d65016e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public boolean isLeaves() {

@Override
public String getPropertyString() {
return String.valueOf(getScaffolding().getDistance());
return String.valueOf(getDistance());
}

@Override
Expand Down

0 comments on commit d65016e

Please sign in to comment.