mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-25 18:50:56 +02:00
If statements in NetScript should work now
This commit is contained in:
@@ -129,6 +129,8 @@ function prestigeAugmentation() {
|
||||
for (var i = 0; i < homeComp.scripts.length; ++i) {
|
||||
var s = homeComp.scripts[i];
|
||||
s.reset();
|
||||
delete s.moneyStolenMap;
|
||||
s.moneyStolenMap = new AllServersToMoneyMap();
|
||||
}
|
||||
|
||||
//Delete all running scripts objects
|
||||
|
||||
Reference in New Issue
Block a user