1
0
mirror of https://github.com/acemod/ACE3.git synced 2024-08-30 18:23:18 +00:00

Removed debug output

This commit is contained in:
ulteq 2015-06-07 14:48:46 +02:00
parent cb2b120023
commit b1b8fe3645

@ -42,6 +42,5 @@ _y = (_pos select 1) + _b;
private ["_huntir"];
_huntir = createVehicle ["ACE_HuntIR", [_x, _y, _z], [], 0, "FLY"];
_huntir setPosATL [_x, _y, _z];
systemChat Str(getMass _huntir);
}, [_x, _y, ((getPosATL _projectile) select 2) + 400], 5, 0] call EFUNC(common,waitAndExecute);
}, [_projectile, _x, _y], 5, 0] call EFUNC(common,waitAndExecute);