Merge #20

Merged
Sirherobrine23 merged 26 commits from main into stable 2021-01-31 02:44:49 +00:00
12 changed files with 1673 additions and 143 deletions
Showing only changes of commit 444234f694 - Show all commits

View File

@ -104,7 +104,7 @@ if (!(fs.existsSync(bds_dir_bedrock))){
shell.mkdir("-p", bds_dir_bedrock);
}
// e
if (fs.existsSync(log_dir)){
if (!fs.existsSync(log_dir)){
if (!fs.existsSync(log_dir)){
console.log(`Creating the bds log dir (${log_dir})`)
// shell.mkdir("-p", log_dir)