From db53308044cb32d72efa16602470640c0f73e4b8 Mon Sep 17 00:00:00 2001 From: creations Date: Tue, 22 Apr 2025 20:20:39 -0400 Subject: [PATCH] renmame env --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 73eaed7..11b1e84 100644 --- a/src/index.ts +++ b/src/index.ts @@ -11,6 +11,6 @@ main().catch((error: Error) => { process.exit(1); }); -if (process.env.Inpterodactyl === "true") { +if (process.env.IN_PTERODACTYL === "true") { console.log("Server Started"); }