Modifications #241

Merged
Sirherobrine23 merged 7 commits from Modifications into main 2021-11-17 20:02:15 +00:00
28 changed files with 732 additions and 919 deletions
Showing only changes of commit 05665ab162 - Show all commits

View File

@@ -3,7 +3,7 @@ process.env.BDS_DOCKER_IMAGE = true;
const fs = require("fs");
const BdsCore = require("../index");
const { GetPlatform, bds_dir } = require("../src/lib/BdsSettings");
const { GetPlatform } = require("../src/lib/BdsSettings");
const { CronJob } = require("cron");
const { PlatformVersionsV2 } = require("../src/BdsServersDownload");
@@ -92,4 +92,4 @@ async function RenderCLI(){
BdsCore.BdsServerSettings.config(ServerConfig);
await StartServer();
}
RenderCLI();
RenderCLI();