Skip to content

Commit

Permalink
restrict migrate cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
SOH69 committed Aug 13, 2024
1 parent 7e694c3 commit 9eb890d
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 9eb890d

Please sign in to comment.