mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-22 23:53:48 +01:00
Made hack log msg consitent with grow and weaken
Changed hack log message from "executing target" to "executing on target". This makes it consistent with grow and weaken; and reads better as well.
This commit is contained in:
parent
e9db656e13
commit
4d0a5a43c0
@ -335,7 +335,7 @@ export function NetscriptFunctions(workerScript: WorkerScript): NS {
|
||||
workerScript.log(
|
||||
"hack",
|
||||
() =>
|
||||
`Executing ${hostname} in ${convertTimeMsToTimeElapsedString(
|
||||
`Executing on '${server.hostname}' in ${convertTimeMsToTimeElapsedString(
|
||||
hackingTime * 1000,
|
||||
true,
|
||||
)} (t=${numeralWrapper.formatThreads(threads)})`,
|
||||
|
Loading…
Reference in New Issue
Block a user