Skip to content

Commit

Permalink
pass PFH id directly instead of in array
Browse files Browse the repository at this point in the history
  • Loading branch information
commy2 committed Jul 16, 2016
1 parent 6644ea1 commit dc8864a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/common/fnc_addPerFrameHandlerLogic.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ private _handle = [{
params ["_logic"];

if (isNil "_logic" || {isNull _logic}) exitWith {
[_logic getVariable "handle"] call CBA_fnc_removePerFrameHandler;
(_logic getVariable "handle") call CBA_fnc_removePerFrameHandler;
};

// deserialize
Expand Down

0 comments on commit dc8864a

Please sign in to comment.