mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
update changelog
This commit is contained in:
parent
60a229030b
commit
299e964e2b
@ -231,6 +231,10 @@ export const CONSTANTS: IMap<any> = {
|
|||||||
v0.51.9 - 2021-05-07 untitled yet
|
v0.51.9 - 2021-05-07 untitled yet
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
Alias
|
||||||
|
* several commands can be included in 1 alias. Recursive alias now work to
|
||||||
|
a depth of 10.
|
||||||
|
|
||||||
Offline
|
Offline
|
||||||
|
|
||||||
* Offline money gain has been reworked (it is more generous)
|
* Offline money gain has been reworked (it is more generous)
|
||||||
|
@ -630,7 +630,6 @@ let Terminal = {
|
|||||||
.map(substituteAliases)
|
.map(substituteAliases)
|
||||||
.map(c => c.match(/(?:'[^']*'|"[^"]*"|[^;"])*/g))
|
.map(c => c.match(/(?:'[^']*'|"[^"]*"|[^;"])*/g))
|
||||||
.flat();
|
.flat();
|
||||||
console.log(commands);
|
|
||||||
for (let i = 0; i < commands.length; i++) {
|
for (let i = 0; i < commands.length; i++) {
|
||||||
if(commands[i].match(/^\s*$/)) { continue; } // Don't run commands that only have whitespace
|
if(commands[i].match(/^\s*$/)) { continue; } // Don't run commands that only have whitespace
|
||||||
Terminal.executeCommand(commands[i].trim());
|
Terminal.executeCommand(commands[i].trim());
|
||||||
|
Loading…
Reference in New Issue
Block a user