Skip to content

Commit

Permalink
Hotfix fob_hunting
Browse files Browse the repository at this point in the history
Delete unnecessary code that was added by mistake
Delete unused code
  • Loading branch information
Apricot-ale committed Jul 17, 2024
1 parent eadeae8 commit db977ea
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Missionframework/scripts/server/secondary/fob_hunting.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -156,13 +156,6 @@ if !(isNil "KPLIB_o_turrets_AA") then {
_base_staticDefence pushBack _staticDefenceAA_2;
};

{
if (_x isEqualTo "Turret_Array_Empty") exitWith {};
_staticDefence = [[(_base_position#0) - (random 50) + (random 150),(_base_position#1) - (random 50) + (random 150),0], _x] call KPLIB_fnc_spawnVehicle;
} forEach _staticAA;

_objectives_alive = true;

secondary_objective_position = _base_position;
secondary_objective_position_marker = [(((secondary_objective_position select 0) + 800) - random 1600), (((secondary_objective_position select 1) + 800) - random 1600), 0];
publicVariable "secondary_objective_position_marker";
Expand Down

0 comments on commit db977ea

Please sign in to comment.