Skip to content

Commit 9c5cf3d

Browse files
committed
Fix bug
1 parent 1ec8f65 commit 9c5cf3d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
3 Bytes
Binary file not shown.

src/LoadoutChanges/GlobalValues.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,9 @@ export class globalValues {
132132
currentLevelIndex
133133
);
134134

135-
if (botName === "assault") {
136-
saveToFile(this.tables.bots.types[botName], `refDBS/assault.json`);
137-
}
135+
// if (botName === "assault") {
136+
// saveToFile(this.tables.bots.types[botName], `refDBS/assault.json`);
137+
// }
138138
}
139139

140140
this.tables.bots.types[botName].inventory = copiedInventory;

0 commit comments

Comments
 (0)