Skip to content

Commit

Permalink
Mission - Fix Jam script ACRE2 mod check (#544)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpas authored Dec 29, 2022
1 parent 4b27550 commit 715d44a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/mission/functions/fnc_jam.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* [[jammer1, jammer2], [[0.1, 0.5], [20, 60]]] call MFUNC(jam)
*/

if !(["acre_main"] call ACEFUNC(isModLoaded)) exitWith {
if !(["acre_main"] call ACEFUNC(common,isModLoaded)) exitWith {
ERROR_1("ACRE2 is required for %1!",QFUNC(jam));
};

Expand Down

0 comments on commit 715d44a

Please sign in to comment.