Skip to content

Commit

Permalink
chore: allow both single-target and multi-target
Browse files Browse the repository at this point in the history
  • Loading branch information
mircearoata committed Oct 19, 2023
1 parent e1c11b0 commit 312fa17
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/lib/models/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,6 @@ const validateModZip = async (
};
}

// Do not allow multi-target mods for now
return {
message: 'multi-target mods are not allowed'
};

// Multi-target mod
if (uPluginFiles.some((f) => f.name === modReference + '.uplugin')) {
return {
Expand Down

0 comments on commit 312fa17

Please sign in to comment.