apply "false" to the variable "_abort"

This commit is contained in:
Namindu
2014-06-08 13:39:41 -07:00
parent f886cea45a
commit 87a914ca9e

View File

@@ -7,6 +7,8 @@ _isVehicle = false;
_vehicleSrc = _this select 3;
_abort = false
if(!(isNull _vehicleSrc)) then {
_isVehicle = ((_vehicleSrc isKindOf "AllVehicles") && !(_vehicleSrc isKindOf "Man"));