fix shitty copy paste

sorry wah
This commit is contained in:
fluxdrive
2025-06-01 08:37:32 +02:00
committed by GitHub
parent 7be0bea523
commit cd5cbc30f4
+9
View File
@@ -1,3 +1,12 @@
_G.cormgr = {}
_G.cormgr.corList = {}
_G.cormgr.labelList = {}
--local ocelot = component.proxy(component.list("ocelot")())
local component = import("component")
local filesystem = import("filesystem")
local json = import("json")
local gpu = component.proxy(component.list("gpu")())
function _G.cormgr.loadCoroutine(path,...)