mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Update addons/hitreactions/functions/fnc_throwWeapon.sqf
Co-Authored-By: jonpas <jonpas33@gmail.com>
This commit is contained in:
parent
bd2dc7367b
commit
518006e864
@ -19,6 +19,7 @@
|
|||||||
#define THROW_TORQUE 0.2
|
#define THROW_TORQUE 0.2
|
||||||
|
|
||||||
params ["_unit"];
|
params ["_unit"];
|
||||||
|
|
||||||
private _weapon = currentWeapon _unit;
|
private _weapon = currentWeapon _unit;
|
||||||
if (_weapon isEqualTo "") exitWith {objNull};
|
if (_weapon isEqualTo "") exitWith {objNull};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user