diff --git a/src/index.ts b/src/index.ts index c4148b4..73eaed7 100644 --- a/src/index.ts +++ b/src/index.ts @@ -10,3 +10,7 @@ main().catch((error: Error) => { logger.error(["Error initializing the server:", error]); process.exit(1); }); + +if (process.env.Inpterodactyl === "true") { + console.log("Server Started"); +}