Reload - Disable 'Check Ammo' self interaction when unarmed (#9703)

Update fnc_canCheckAmmoSelf.sqf
This commit is contained in:
johnb432 2023-12-31 21:00:22 +01:00 committed by GitHub
parent 1ed27288e8
commit f063c4404a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,4 +17,4 @@
params ["_player"]; params ["_player"];
_player call CBA_fnc_canUseWeapon && {!((vehicle _player) isKindOf "StaticWeapon")} _player call CBA_fnc_canUseWeapon && {currentWeapon _player != ""} && {!((vehicle _player) isKindOf "StaticWeapon")}