Skip to content

Commit

Permalink
fix feature mods not working
Browse files Browse the repository at this point in the history
since we changed the process of uploading the init, we need to target against init_faf.lua in the supcomdatapath.lua so feature mod can use the main init file (of faf).
  • Loading branch information
shalkya committed Sep 19, 2021
1 parent 0a53a75 commit 2d45447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SupComDataPath.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
-- etc...
--
-- And that SupComDataPath gets copied from here to bin/
dofile(InitFileDir .. '..\\repo\\faf\\init.lua')
dofile(InitFileDir .. '\\init_faf.lua')

0 comments on commit 2d45447

Please sign in to comment.