mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-21 16:52:55 +02:00
fix ram miscalc
This commit is contained in:
@@ -132,11 +132,6 @@ function NetscriptFunctions(workerScript: WorkerScript): NS {
|
||||
* Using map access to do the same
|
||||
const myScan = ns['scan'];
|
||||
|
||||
* Saving script in the improper order.
|
||||
Increase the cost of an imported script, save it, then run the
|
||||
parent. To fix this just re-open & save every script in order
|
||||
from most imported to least imported (parent script).
|
||||
|
||||
Sorry :(`,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user