mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Add comment with reasoning for detach before delete
This commit is contained in:
@ -20,6 +20,7 @@ private _unit = _clone getVariable [QGVAR(original), objNull];
|
||||
_unit setPosASL getPosASL _clone;
|
||||
_unit hideObjectGlobal false;
|
||||
|
||||
// Detach first to prevent objNull in attachedObjects
|
||||
detach _clone;
|
||||
deleteVehicle _clone;
|
||||
|
||||
|
Reference in New Issue
Block a user