This commit is contained in:
parent
dd4a96cea4
commit
45d9053aea
1 changed files with 4 additions and 0 deletions
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue