mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 01:33:54 +01:00
Merge pull request #3647 from Vic1970/contributor-Vic1970
BLADEBURNER: fixes #3648 : Automate console command capitalisation inconsistent
This commit is contained in:
commit
a6916bfaa9
@ -697,7 +697,7 @@ export class Bladeburner implements IBladeburner {
|
||||
|
||||
// Set variables
|
||||
if (args.length === 4) {
|
||||
const variable = args[1];
|
||||
const variable = args[1].toLowerCase(); // allows Action Type to be with or without capitalisation.
|
||||
const val = args[2];
|
||||
|
||||
let highLow = false; // True for high, false for low
|
||||
|
Loading…
Reference in New Issue
Block a user