mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-27 19:37:07 +02:00
NETSCRIPT: Greatly speed up script launching, and remove the limitation unique args per script (#440)
* Remove the limitation unique args per script * Internal changes to how runningScripts are stored on the server, to make common usage faster.
This commit is contained in:
@@ -237,7 +237,7 @@ export const v2APIBreak = () => {
|
||||
openV2Modal();
|
||||
|
||||
for (const server of GetAllServers()) {
|
||||
server.runningScripts = [];
|
||||
server.runningScriptMap = new Map();
|
||||
}
|
||||
saveObject.exportGame();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user