renmame env
Some checks failed
Code quality checks / biome (push) Failing after 30s

This commit is contained in:
creations 2025-04-22 20:20:39 -04:00
parent 45d9053aea
commit db53308044
Signed by: creations
GPG key ID: 8F553AA4320FC711

View file

@ -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");
} }