Skip to content

Commit

Permalink
remove create 0.5.1.e version issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Szedann committed Oct 2, 2023
1 parent 37ba93b commit 6bc505b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/logIssueAnalyzers/createVersion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ export const createVersionAnalyzer: Analyzer = async (log) => {
}

// Steam 'n' Rails is currently incompatible with Create 0.5.1.e
if (log.mods.get('create') == '0.5.1.e') {
return {
name: 'Incompatible with Create 0.5.1.e',
value: "Create: Steam 'n' Rails is currently incompatible with `Create 0.5.1.e`. 'Please downgrade to `Create 0.5.1.d` if you are are `1.20.1` or `Create 0.5.1c.c` if you are on `1.19.2`.",
};
}
// if (log.mods.get('create') == '0.5.1.e') {
// return {
// name: 'Incompatible with Create 0.5.1.e',
// value: "Create: Steam 'n' Rails is currently incompatible with `Create 0.5.1.e`. 'Please downgrade to `Create 0.5.1.d` if you are are `1.20.1` or `Create 0.5.1c.c` if you are on `1.19.2`.",
// };
// }

return null;
};

0 comments on commit 6bc505b

Please sign in to comment.