Skip to content

Commit

Permalink
Reload - Disable 'Check Ammo' self interaction when unarmed (#9703)
Browse files Browse the repository at this point in the history
Update fnc_canCheckAmmoSelf.sqf
  • Loading branch information
johnb432 committed Dec 31, 2023
1 parent 1ed2728 commit f063c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/reload/functions/fnc_canCheckAmmoSelf.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@

params ["_player"];

_player call CBA_fnc_canUseWeapon && {!((vehicle _player) isKindOf "StaticWeapon")}
_player call CBA_fnc_canUseWeapon && {currentWeapon _player != ""} && {!((vehicle _player) isKindOf "StaticWeapon")}

0 comments on commit f063c44

Please sign in to comment.