mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-21 16:52:55 +02:00
another blocker against mku equal 0 and added tprintf
This commit is contained in:
@@ -936,6 +936,9 @@ function NetscriptFunctions(workerScript) {
|
||||
}
|
||||
post(`${workerScript.scriptRef.filename}: ${argsToString(arguments)}`);
|
||||
},
|
||||
tprintf: function(format, ...args) {
|
||||
post(vsprintf(format, args));
|
||||
},
|
||||
clearLog: function() {
|
||||
workerScript.scriptRef.clearLog();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user