Skip to content

Commit

Permalink
Don't add non-public ships to ship-match job list.
Browse files Browse the repository at this point in the history
  • Loading branch information
AltSysrq committed Sep 19, 2012
1 parent 6295762 commit ec1f86e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions batchjobs.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ proc update-batch-jobs {} {
JOIN bestShips AS against
ON test.class = against.class
AND shipCategoryRelations.lose = against.category
WHERE test.isPublic
}


Expand Down

0 comments on commit ec1f86e

Please sign in to comment.