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