Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
72da429464
2 changed files with 2 additions and 2 deletions
|
@ -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)*
|
||||
|
||||
|
|
|
@ -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