Skip to content

Commit

Permalink
Merge pull request #16 from Byte-Labs-Studio/mastermind
Browse files Browse the repository at this point in the history
restrict migrate cmd
  • Loading branch information
SOH69 authored Aug 13, 2024
2 parents 79a6e16 + 9eb890d commit 8bd663e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ RegisterCommand('migrate', async (source: number) => {
const config = bl_appearance.config();
const importedModule = await import(`./migrate/${config.previousClothing === 'fivem-appearance' ? 'fivem' : config.previousClothing}.ts`)
importedModule.default(source)
}, false);
}, true);

0 comments on commit 8bd663e

Please sign in to comment.