This commit is contained in:
2025-12-12 16:02:50 -05:00
parent 4f8df39b69
commit 256a7ecca6

View File

@@ -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