From 77ae6c98f80518a41f50d357ae81dd22cc587a18 Mon Sep 17 00:00:00 2001 From: Stijn Bannink Date: Sat, 10 Apr 2021 18:16:27 +0200 Subject: [PATCH 1/2] Removed fixed todo --- .../lombok/nl/SBDeveloper/V10Lift/api/runnables/MoveLift.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; From b4b0e6199a2a228cb511a2ba5c56c90f251b5f57 Mon Sep 17 00:00:00 2001 From: Stijn Bannink Date: Sat, 5 Jun 2021 20:30:57 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)*