diff --git a/README.md b/README.md index d004922..7668cc9 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # V10Lift2 ![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)* diff --git a/src/main/lombok/nl/SBDeveloper/V10Lift/api/runnables/MoveLift.java b/src/main/lombok/nl/SBDeveloper/V10Lift/api/runnables/MoveLift.java index b42fadd..386e34b 100644 --- a/src/main/lombok/nl/SBDeveloper/V10Lift/api/runnables/MoveLift.java +++ b/src/main/lombok/nl/SBDeveloper/V10Lift/api/runnables/MoveLift.java @@ -320,7 +320,7 @@ public class MoveLift implements Runnable { ls.setState((byte) signState); } - if (direction == LiftDirection.DOWN) { //TODO Fix for down + if (direction == LiftDirection.DOWN) { //MOVE ROPES for (LiftRope rope : lift.getRopes()) { boolean stopAfter = false;