This commit is contained in:
parent
45d9053aea
commit
db53308044
1 changed files with 1 additions and 1 deletions
|
@ -11,6 +11,6 @@ main().catch((error: Error) => {
|
||||||
process.exit(1);
|
process.exit(1);
|
||||||
});
|
});
|
||||||
|
|
||||||
if (process.env.Inpterodactyl === "true") {
|
if (process.env.IN_PTERODACTYL === "true") {
|
||||||
console.log("Server Started");
|
console.log("Server Started");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue