Skip to content

Commit

Permalink
Ignore empty ma2 note designer
Browse files Browse the repository at this point in the history
  • Loading branch information
djzmo committed May 5, 2020
1 parent 4c9c161 commit ff7e406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/exporter/simai/MaidataWriter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export default class MaidataWriter {
let hasDesigner = false;
for (const difficulty of Array.from(designers.keys())) {
const designer = designers.get(difficulty);
if (designer) {
if (designer && designer !== '-') {
rows.push(this.createEntry(`des_${difficulty}`, designer));
hasDesigner = true;
}
Expand Down

0 comments on commit ff7e406

Please sign in to comment.