mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-03-31 07:22:29 +02:00
Merge pull request #3363 from Seancheey/patch-1
Fix workForFaction invalid worktype case
This commit is contained in:
@ -1104,6 +1104,7 @@ export function NetscriptSingularity(
|
|||||||
return true;
|
return true;
|
||||||
default:
|
default:
|
||||||
workerScript.log("workForFaction", () => `Invalid work type: '${type}`);
|
workerScript.log("workForFaction", () => `Invalid work type: '${type}`);
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user