Skip to content

Commit

Permalink
Fix deployables not deleting and breaking stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
oiad committed Jan 4, 2018
1 parent d3e7c2b commit 2ec4499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DayZ_Epoch_11.Chernarus/scripts/deployAnything/pack.sqf
Expand Up @@ -50,7 +50,7 @@ if (_deployable call getPermanent) then {
PVDZ_obj_Destroy = [_cursorTarget getVariable["ObjectID","0"],_cursorTarget getVariable["ObjectUID","0"],player,_cursorTarget,dayz_authKey];
publicVariableServer "PVDZ_obj_Destroy";
} else {
deleteVehicle _deployable;
deleteVehicle _cursorTarget;
};

player removeAction (_deployable call getActionId);
Expand Down

0 comments on commit 2ec4499

Please sign in to comment.