mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-27 03:25:44 +02:00
executeCommand has been removed in favor of connect and manualHack, which is what people have been asking for.
This commit is contained in:
@@ -163,7 +163,7 @@ function startNetscript1Script(workerScript) {
|
||||
if (typeof entry === "function") {
|
||||
//Async functions need to be wrapped. See JS-Interpreter documentation
|
||||
if (name === "hack" || name === "grow" || name === "weaken" || name === "sleep" ||
|
||||
name === "prompt") {
|
||||
name === "prompt" || name === "manualHack") {
|
||||
let tempWrapper = function() {
|
||||
let fnArgs = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user