Merge remote-tracking branch 'origin/master'

This commit is contained in:
stijnb1234 2021-06-08 16:34:49 +02:00
commit 72da429464
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
# V10Lift2 # V10Lift2
![Build status](https://travis-ci.org/stijnb1234/V10Lift2.svg?branch=master) ![Build status](https://travis-ci.org/stijnb1234/V10Lift2.svg?branch=master)
The rebuild of the V10Lift plugin! The recode of the V10Lift plugin!
*Original source: [Click here](https://github.com/shinyquagsire23/V10Lift)* *Original source: [Click here](https://github.com/shinyquagsire23/V10Lift)*

View file

@ -320,7 +320,7 @@ public class MoveLift implements Runnable {
ls.setState((byte) signState); ls.setState((byte) signState);
} }
if (direction == LiftDirection.DOWN) { //TODO Fix for down if (direction == LiftDirection.DOWN) {
//MOVE ROPES //MOVE ROPES
for (LiftRope rope : lift.getRopes()) { for (LiftRope rope : lift.getRopes()) {
boolean stopAfter = false; boolean stopAfter = false;