Skip to content

Commit d1a436e

Browse files
mod path inference uses identifiers now
1 parent 7f97ae5 commit d1a436e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ModUtil.Main.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ function ModUtil.Mod.Register( first, second )
7373
end
7474
local mod = { }
7575
parent[ modName ] = mod
76-
local path = ModUtil.Mods.Inverse[ parent ]
76+
local path = ModUtil.Identifiers.Data[ parent ]
7777
if path ~= nil then
7878
path = path .. '.'
7979
else

0 commit comments

Comments
 (0)