Finally fixxed i guess

This commit is contained in:
Robert Jelic
2025-02-18 20:02:40 +01:00
parent f29661e2ed
commit ad01f8c1cd
2 changed files with 3 additions and 2 deletions

View File

@@ -62,7 +62,7 @@ if(minified)then
if(minified_elementDirectory==nil)then
error("Unable to find minified_elementDirectory please report this bug to our discord.")
end
for name,v in pairs(minfied_elementDirectory)do
for name,v in pairs(minified_elementDirectory)do
ElementManager._elements[name:gsub(".lua", "")] = {
class = nil,
plugins = {},