Skip to content

Commit

Permalink
Enabled channel conquering under SD as well.
Browse files Browse the repository at this point in the history
What the hell Roland... Also channel conquering might be better renamed to automatic channel allocation.
  • Loading branch information
PoneyClairDeLune committed Oct 11, 2024
1 parent 1c5c934 commit 0742729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/state/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ let OctaviaDevice = class extends CustomEventSource {
// Allow part assigning via meta
let metaChosen = (upThis.#trkAsReq[track] - 1) * 16 + part;
return metaChosen;
} else if (upThis.#mode == modeMap.sc) {
} else if (upThis.#mode == modeMap.sc || upThis.#mode == modeMap.sd) {
// Do not conquer channels if requested.
if (noConquer == 1) {
return part;
Expand Down

0 comments on commit 0742729

Please sign in to comment.