From deffe915b8aa890e20fc30e85f300eb3add8a4e6 Mon Sep 17 00:00:00 2001 From: Cinecom <42314202+Cinecom@users.noreply.github.com> Date: Thu, 10 Apr 2025 13:49:47 +0200 Subject: [PATCH] Update Main.lua --- Main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Main.lua b/Main.lua index 052816a..0c7beb9 100644 --- a/Main.lua +++ b/Main.lua @@ -101,7 +101,7 @@ -- Your existing code... -- Add this line to check for version updates - ConsumesManager_CheckVersionUpdate() + -- ConsumesManager_CheckVersionUpdate() -- Continue with your existing code... end