spm works maybe?

This commit is contained in:
2026-08-14 20:44:11 -04:00
parent 56646625c0
commit 10aa0c62ff
82 changed files with 1706 additions and 535 deletions
@@ -1,3 +1,4 @@
--:Minify:--
local kernel = ...
kernel.processes.kgc = function()
while true do
@@ -6,6 +7,6 @@ kernel.processes.kgc = function()
kernel.reqcache[i] = nil
end
end
kernel.sleep(5000)
sleep(5)
end
end