remove testing debug

This commit is contained in:
PabstMirror 2015-01-24 13:14:43 -06:00
parent 69893a7e99
commit a419587042

View File

@ -33,9 +33,7 @@ if (_itemName == "B_IR_Grenade" or _itemName == "O_IR_Grenade" or _itemName == "
detach _attachedItem;
_attachedItem setPos [getPos _unit select 0, getPos _unit select 1, ((getPos _unit select 2) - 1000)];
// Delete attached item after 0.5 seconds
systemChat "wait";
_fnc_detachDelay = {
systemChat "deleting";
deleteVehicle (_this select 0);
};
[_fnc_detachDelay, [_attachedItem], 0.5, 0] call EFUNC(common,waitAndExecute);