From 0d073a0e2d34fafd749a62faaa6ee6a4c02f4858 Mon Sep 17 00:00:00 2001 From: worldwidesorrow Date: Wed, 22 Jul 2020 21:23:00 -0500 Subject: [PATCH] Delete veh_cargoDrop.sqf Removing cargo drop because of duping issues. --- SQF/dayz_code/actions/veh_cargoDrop.sqf | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 SQF/dayz_code/actions/veh_cargoDrop.sqf diff --git a/SQF/dayz_code/actions/veh_cargoDrop.sqf b/SQF/dayz_code/actions/veh_cargoDrop.sqf deleted file mode 100644 index 4b1ea036f..000000000 --- a/SQF/dayz_code/actions/veh_cargoDrop.sqf +++ /dev/null @@ -1,13 +0,0 @@ -/* - Created exclusively for DayZ Epoch. Script by JasonTM. -*/ -private "_vehicle"; -_vehicle = _this select 3; - -r_action_cargoDrop = false; -call r_player_removeActions2; -//diag_log text format ["Cargo Drop: Vehicle %1",(typeOf _vehicle)]; - -// Send the information to the server to complete the drop. -PVDZE_cargoDrop = [_vehicle, dayz_authKey, player]; -publicVariableServer "PVDZE_cargoDrop"; \ No newline at end of file