Skip to content

Commit

Permalink
ffs VSCode i dont like tabs!!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
jokoho48 committed Sep 10, 2023
1 parent 2609bf0 commit 8ad2487
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/main/functions/fnc_checkMagazineAiUsageFlags.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
*/

if (isNil QGVAR(aiUsageFlagCache)) then {
GVAR(aiUsageFlagCache) = createHashMap;
GVAR(aiUsageFlagCache) = createHashMap;
};

params [["_magazine", ""], ["_flags", 0]];

private _hasFlags = GVAR(aiUsageFlagCache) get _magazine;
if (!isNil "_hasFlags") exitWith {
_hasFlags
_hasFlags
};

// find smoke shell
Expand Down

0 comments on commit 8ad2487

Please sign in to comment.