Removed fixed todo
This commit is contained in:
parent
a2228fecb7
commit
77ae6c98f8
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue