Browse Source

Fix little bug

master
xyrex 4 years ago
parent
commit
74f047db31
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      strategies/simple.go

+ 1
- 1
strategies/simple.go View File

@@ -21,7 +21,7 @@ func (s SimpleStrategy) Execute(stars[] models.Star, flights[] models.Flight, li
}
}
if inFlight {
break
continue
}

// Only process owned stars

Loading…
Cancel
Save