mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-29 20:37:05 +02:00
CODEBASE: Add Jsonable Map and Set types, move player.sourceFiles to a map (#473)
This commit is contained in:
@@ -227,7 +227,8 @@ export const v2APIBreak = () => {
|
||||
});
|
||||
}
|
||||
|
||||
for (const script of home.scripts) {
|
||||
// API break function is called before the version31 2.3.0 changes, scripts are still an array.
|
||||
for (const script of home.scripts as unknown as Script[]) {
|
||||
processScript(rules, script);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user