Skip to content

Commit

Permalink
temporarily disable trader scan
Browse files Browse the repository at this point in the history
  • Loading branch information
Razzmatazzz committed Aug 19, 2024
1 parent 7e2a8d9 commit 61c8349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tarkov-data-manager/jobs/start-trader-scan.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class StartTraderScanJob extends DataJob {
}

async run() {
const traderScanGameModes = ['pve'];
const traderScanGameModes = []; // ['regular', 'pve'];
for (const gameMode of this.gameModes) {
if (!traderScanGameModes.includes(gameMode.name)) {
continue;
Expand Down

0 comments on commit 61c8349

Please sign in to comment.