Skip to content

Commit

Permalink
Make old ASC work properly
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpas committed Dec 7, 2023
1 parent d42ac87 commit 69ae147
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions .hemtt/project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,7 @@ git_hash = 0
[asc]
enabled = true
exclude = [
"/initsettings.inc.sqf",
"/initkeybinds.inc.sqf",
"/backwards_comp.inc.sqf",
"settings/gui_createcategory.inc.sqf",
".inc.sqf",
"diagnostic/fnc_isdebugconsoleallowed.sqf",
"xeh/fnc_initdisplay.sqf",
"xeh/fnc_startloadingscreen.sqf",
Expand Down
5 changes: 1 addition & 4 deletions sqfc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@
"P:/"
],
"excludeList": [
"\\initsettings.inc.sqf",
"\\initkeybinds.inc.sqf",
"\\backwards_comp.inc.sqf",
"settings\\gui_createcategory.inc.sqf",
".inc.sqf",
"diagnostic\\fnc_isdebugconsoleallowed.sqf",
"xeh\\fnc_initdisplay.sqf",
"xeh\\fnc_startloadingscreen.sqf",
Expand Down

0 comments on commit 69ae147

Please sign in to comment.