Skip to content

Commit

Permalink
[FIXUP] copypasta typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
dijksterhuis committed Jul 18, 2023
1 parent 04c07fe commit 4f32b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mission/functions/systems/sites/fn_sites_create_radar.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ params ["_pos"];
_radarMarker setMarkerText "Radar";
_radarMarker setMarkerAlpha 0;

private _staticWeapons = _campObjs select {
private _staticWeapons = _radarObjs select {
_x isKindOf "StaticWeapon" && !(typeof _x == "vn_o_static_rsna75") && !(typeof _x == "vn_sa2");
};

Expand Down

0 comments on commit 4f32b0b

Please sign in to comment.