Skip to content

Commit

Permalink
Use fast static array for default param (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
PabstMirror authored and commy2 committed Sep 23, 2016
1 parent ca1bbd3 commit b04553d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/hashes/fnc_hashHasKey.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ Author:
SCRIPT(hashHasKey);

// -----------------------------------------------------------------------------
params [["_hash", [] call CBA_fnc_hashCreate, [[]]], "_key"];
params [["_hash", [[], []], [[]]], "_key"];

_key in (_hash select HASH_KEYS); // Return.

0 comments on commit b04553d

Please sign in to comment.