From 77ae6c98f80518a41f50d357ae81dd22cc587a18 Mon Sep 17 00:00:00 2001 From: Stijn Bannink Date: Sat, 10 Apr 2021 18:16:27 +0200 Subject: [PATCH] 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;