Fixed bugs with Darkweb buy, help text, and getting new Source files

This commit is contained in:
danielyxie
2017-08-31 21:21:13 -05:00
parent 97eeef7d0d
commit fd2642cfe9
3 changed files with 9 additions and 1 deletions
+1
View File
@@ -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") {