Skip to content

Commit

Permalink
Merge branch 'master' into grenades-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
johnb432 committed Jun 13, 2024
2 parents 4875150 + 34362d4 commit 5859567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/grenades/functions/fnc_incendiary.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ if (isServer) then {
if (_x isKindOf "WeaponHolder" || {_x isKindOf "WeaponHolderSimulated"}) then {
deleteVehicle _x;
};
} forEach ((_position nearObjects DESTRUCTION_RADIUS) select {local _x});
} forEach ((_position nearObjects DESTRUCTION_RADIUS) select {local _x && {isDamageAllowed _x}});

{
// Damage vehicles (locality is checked in FUNC(damageEngineAndWheels))
Expand Down

0 comments on commit 5859567

Please sign in to comment.