mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-24 02:03:01 +02:00
More nerfs to combat augmentations. Randomized server parameters. Added Log and Kill button to Active SCripts panel
This commit is contained in:
+2
-1
@@ -19,7 +19,8 @@ BitburnerSaveObject.prototype.saveGame = function() {
|
||||
this.PlayerSave = JSON.stringify(Player);
|
||||
|
||||
//Delete all logs from all running scripts
|
||||
TempAllServers = jQuery.extend(true, {}, AllServers); //Deep copy
|
||||
var TempAllServers = JSON.parse(JSON.stringify(AllServers), Reviver);
|
||||
//var TempAllServers = jQuery.extend(true, {}, AllServers); //Deep copy
|
||||
for (var ip in TempAllServers) {
|
||||
var server = TempAllServers[ip];
|
||||
if (server == null) {continue;}
|
||||
|
||||
Reference in New Issue
Block a user