Skip to content

Commit

Permalink
Fix XEH preInit path
Browse files Browse the repository at this point in the history
  • Loading branch information
veteran29 committed Oct 17, 2023
1 parent 62d01cd commit 34b6d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/settings/CfgEventHandlers.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class Extended_PreInit_EventHandlers {
class ADDON {
init = QUOTE(call COMPILE_FILE(XEH_preInit));
init = QUOTE(call compileScript ['\cba_settings_userconfig\XEH_preInit.sqf']);
};
};

0 comments on commit 34b6d19

Please sign in to comment.