Skip to content

Commit

Permalink
Merge branch 'KristalTeam:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
JustAnotherRandomGithubUser authored Mar 3, 2025
2 parents 2284a34 + 1847e64 commit 23e27ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/registry.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1081,7 +1081,7 @@ function Registry.iterScripts(base_path, exclude_folder)
local result = {}

CLASS_NAME_GETTER = function(k)
for _,v in ipairs(result) do
for _,v in ipairs(Utils.reverse(result)) do
if v.id == k then
return v.out[1]
end
Expand Down

0 comments on commit 23e27ec

Please sign in to comment.