Removed fixed todo

This commit is contained in:
Stijn Bannink 2021-04-10 18:16:27 +02:00 committed by GitHub
parent a2228fecb7
commit 77ae6c98f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;