Skip to content

Commit c5f1ae3

Browse files
committed
Revert "Merge pull request #710 from Courseplay/lands-entry"
This cause the lands to generate on CW and CCW the opposide way from the settings at a different start position. #802 So revert this and #709 will not be fixed. This reverts commit 6b1baf8, reversing changes made to 8466581.
1 parent 0a2b9de commit c5f1ae3

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

scripts/courseGenerator/RowPattern.lua

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -508,10 +508,7 @@ function RowPatternLands:getPossibleEntries(rows)
508508
return RowPattern.getPossibleEntries(self, rows)
509509
end
510510
return {
511-
-- reverseRowOrderBefore, reverseRowOrderAfter, reverseOddRows
512511
CourseGenerator.RowPattern.Entry(firstRow[1], false, false, false),
513-
CourseGenerator.RowPattern.Entry(firstRow[#firstRow], false, false, true),
514-
CourseGenerator.RowPattern.Entry(lastRow[1], true, false, false),
515512
CourseGenerator.RowPattern.Entry(lastRow[#lastRow], true, false, true)
516513
}
517514
end

0 commit comments

Comments
 (0)