From 256a7ecca697acf38a43a71a5aec21992f510220 Mon Sep 17 00:00:00 2001 From: itzmarkoni Date: Fri, 12 Dec 2025 16:02:50 -0500 Subject: [PATCH] updated --- kernel.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel.lua b/kernel.lua index 70be66c..22b624b 100644 --- a/kernel.lua +++ b/kernel.lua @@ -37,7 +37,7 @@ local function addSound(fileName) local baseRoute = "https://git.astrocore.space/root/nova-corp/raw/branch/main/" shell.execute("wget", baseRoute .. "sounds" .. "/" .. fullFile) sleep(2) - return require(fileName) + return end