From cd5cbc30f44b6a9114c1802743ba3990fa26698e Mon Sep 17 00:00:00 2001 From: fluxdrive <117932754+mikethe223@users.noreply.github.com> Date: Sun, 1 Jun 2025 08:37:32 +0200 Subject: [PATCH] fix shitty copy paste sorry wah --- halyde/core/cormgr.lua | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/halyde/core/cormgr.lua b/halyde/core/cormgr.lua index 5b5aac9..661ef44 100644 --- a/halyde/core/cormgr.lua +++ b/halyde/core/cormgr.lua @@ -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,...)