Skip to content

Commit

Permalink
Merge pull request #1588 from Vdauphin/FIX-freeze_on_cachedestruction
Browse files Browse the repository at this point in the history
FIX: Server Freeze on cache destruction
  • Loading branch information
Vdauphin authored Mar 10, 2024
2 parents d21ed12 + f4b054e commit 29ad094
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Author:
---------------------------------------------------------------------------- */

params [
["_city_all", [], [[]]]
["_city_all", values btc_city_all, [[]]]
];

private _useful = _city_all select {_x getVariable ["occupied", false] && {!(_x getVariable ["type", ""] in ["NameLocal", "Hill", "NameMarine"])}};
Expand Down

0 comments on commit 29ad094

Please sign in to comment.