From 92f22800992300365a84ab661b3af56fa6c946c0 Mon Sep 17 00:00:00 2001 From: creations Date: Tue, 22 Apr 2025 20:21:44 -0400 Subject: [PATCH] i never actually added the var --- src/index.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/index.ts b/src/index.ts index 60606d4..fad7c96 100644 --- a/src/index.ts +++ b/src/index.ts @@ -10,3 +10,7 @@ main().catch((error: Error) => { logger.error(["Error initializing the server:", error]); process.exit(1); }); + +if (process.env.IN_PTERODACTYL === "true") { + console.log("Server Started"); +}