Lua project config

This commit is contained in:
Krzosa Karol
2024-08-14 13:05:38 +02:00
parent 225d1ffc06
commit 8cd754c923
8 changed files with 74 additions and 57 deletions

View File

@@ -331,7 +331,6 @@ function AddCo(f)
return Coroutines[i]
end
function OnUpdate()
local new_co_list = {}
for key, co in pairs(Coroutines) do