Merge pull request #3647 from Vic1970/contributor-Vic1970

BLADEBURNER:  fixes #3648 : Automate console command capitalisation inconsistent
This commit is contained in:
hydroflame 2022-05-13 11:04:35 -04:00 committed by GitHub
commit a6916bfaa9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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