Skip to content

Commit

Permalink
Optimize CBA_fnc_compileFinal for Arma 2.14 (#1590)
Browse files Browse the repository at this point in the history
  • Loading branch information
dedmen committed Sep 5, 2023
1 parent 5b66bbf commit cda3394
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions addons/common/fnc_compileFinal.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,4 @@ SCRIPT(compileFinal);

params [["_name", "", [""]], ["_function", {}, [{}]]];

_function = str _function;
_function = _function select [1, count _function - 2];

missionNamespace setVariable [_name, compileFinal _function];

0 comments on commit cda3394

Please sign in to comment.