diff --git a/functions/fn_initModule.sqf b/functions/fn_initModule.sqf index fcffced..110ccdb 100644 --- a/functions/fn_initModule.sqf +++ b/functions/fn_initModule.sqf @@ -5,7 +5,7 @@ private _showPassportAction = [ QGVAR(showPassportAction), "Show ID Card", "", - {_this call FUNC(showPassport)}, + {[FUNC(showPassport),_this] call CBA_fnc_execNextFrame}, {alive (_this select 0) && !((_this select 0) getVariable ["ACE_isUnconscious",false])} ] call ace_interact_menu_fnc_createAction; ["CAManBase",0,["ACE_MainActions"],_showPassportAction,true] call ace_interact_menu_fnc_addActionToClass; diff --git a/package.json b/package.json index 826fadb..6c81798 100644 --- a/package.json +++ b/package.json @@ -6,5 +6,5 @@ } ], "description": "Adds ID cards / passports to the game that can be checked/shown with ACE Interaction.", - "version": "0.0.3" + "version": "0.0.4" }