Skip to content

Commit

Permalink
remove fnc_db_clear
Browse files Browse the repository at this point in the history
  • Loading branch information
OverlordZorn committed Jan 6, 2025
1 parent 5518334 commit e3b1aa0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions addons/wardrobe/functions/fnc_cache_clear.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,4 @@
params [ ["_key", "", [""]] ];

private _map = missionNamespace getVariable [QGVAR(cache), "404"];
_map deleteAt _key;

if (count _map == 0) then { missionNamespace setVariable [QGVAR(cache),nil] };
_map deleteAt _key;

0 comments on commit e3b1aa0

Please sign in to comment.