i never actually added the var
All checks were successful
Code quality checks / biome (push) Successful in 9s

This commit is contained in:
creations 2025-04-22 20:21:44 -04:00
parent 6bbf474b93
commit 92f2280099
Signed by: creations
GPG key ID: 8F553AA4320FC711

View file

@ -10,3 +10,7 @@ main().catch((error: Error) => {
logger.error(["Error initializing the server:", error]); logger.error(["Error initializing the server:", error]);
process.exit(1); process.exit(1);
}); });
if (process.env.IN_PTERODACTYL === "true") {
console.log("Server Started");
}