Modifications #241
@@ -3,7 +3,7 @@ process.env.BDS_DOCKER_IMAGE = true;
|
|||||||
const fs = require("fs");
|
const fs = require("fs");
|
||||||
|
|
||||||
const BdsCore = require("../index");
|
const BdsCore = require("../index");
|
||||||
const { GetPlatform, bds_dir } = require("../src/lib/BdsSettings");
|
const { GetPlatform } = require("../src/lib/BdsSettings");
|
||||||
const { CronJob } = require("cron");
|
const { CronJob } = require("cron");
|
||||||
const { PlatformVersionsV2 } = require("../src/BdsServersDownload");
|
const { PlatformVersionsV2 } = require("../src/BdsServersDownload");
|
||||||
|
|
||||||
@@ -92,4 +92,4 @@ async function RenderCLI(){
|
|||||||
BdsCore.BdsServerSettings.config(ServerConfig);
|
BdsCore.BdsServerSettings.config(ServerConfig);
|
||||||
await StartServer();
|
await StartServer();
|
||||||
}
|
}
|
||||||
RenderCLI();
|
RenderCLI();
|
||||||
|
Reference in New Issue
Block a user