Update player_projectileNear.sqf

private fix
This commit is contained in:
F507DMT
2021-05-05 12:29:42 +06:00
committed by GitHub
parent 02bfc0c912
commit 62f3ac75e6

View File

@@ -1,4 +1,4 @@
private ["_currentNear","_listNear","_callCount"];
private["_unit","_projectile","_isInComat","_listNear","_callCount","_projectilespeed","_projectflight","_currentNear","_nearVehicle","_isInCombat"];
_unit = _this select 0;
_projectile = _this select 6;