mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-09 17:23:53 +01:00
Merge pull request #2967 from AdamTReineke/AdamTReineke-patch-1
Fix log message in ns.bladeburner.startAction
This commit is contained in:
commit
36e0177b0c
@ -2083,7 +2083,7 @@ export class Bladeburner implements IBladeburner {
|
||||
this.startAction(player, actionId);
|
||||
workerScript.log(
|
||||
"bladeburner.startAction",
|
||||
() => `Starting bladeburner action with type '${type}' and name ${name}"`,
|
||||
() => `Starting bladeburner action with type '${type}' and name '${name}'`,
|
||||
);
|
||||
return true;
|
||||
} catch (e: any) {
|
||||
|
Loading…
Reference in New Issue
Block a user