mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-29 20:37:05 +02:00
Fixed bugs with Darkweb buy, help text, and getting new Source files
This commit is contained in:
@@ -32,6 +32,7 @@ function executeDarkwebTerminalCommand(commandArray) {
|
||||
post("Incorrect number of arguments. Usage: ");
|
||||
post("buy -l");
|
||||
post("buy [item name]");
|
||||
return;
|
||||
}
|
||||
var arg = commandArray[1];
|
||||
if (arg == "-l") {
|
||||
|
||||
Reference in New Issue
Block a user