mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-22 07:33:48 +01:00
fix disableLog issue
This commit is contained in:
parent
69ec6f6679
commit
0ad05c7bad
@ -943,7 +943,7 @@ function NetscriptFunctions(workerScript) {
|
|||||||
workerScript.scriptRef.clearLog();
|
workerScript.scriptRef.clearLog();
|
||||||
},
|
},
|
||||||
disableLog: function(fn) {
|
disableLog: function(fn) {
|
||||||
if (fn = "ALL") {
|
if (fn === "ALL") {
|
||||||
for (fn in possibleLogs) {
|
for (fn in possibleLogs) {
|
||||||
workerScript.disableLogs[fn] = true;
|
workerScript.disableLogs[fn] = true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user