Skip to content

Commit

Permalink
Zeus - Cleanup unneeded frag compat
Browse files Browse the repository at this point in the history
  • Loading branch information
PabstMirror committed Oct 14, 2024
1 parent 92a997d commit d13c38c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions addons/zeus/functions/fnc_bi_moduleProjectile.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,6 @@ if (_activated) then {
_projectile setVelocity _velocity;
if (_attach) then {_projectile attachTo [_logic,[0,0,_altitude]];};

// Added by ace_zeus for ace_frag compatibility
if (!isNil QEFUNC(frag,addPfhRound)) then {
[objNull, _ammo, _projectile, true] call EFUNC(frag,addPfhRound);
};

//--- Play sound
if (_sound != "") then {[[_logic,_sound,"say3D"],"bis_fnc_sayMessage"] call bis_fnc_mp;};

Expand Down

0 comments on commit d13c38c

Please sign in to comment.