Delete veh_cargoDrop.sqf

Removing cargo drop because of duping issues.
This commit is contained in:
worldwidesorrow
2020-07-22 21:23:00 -05:00
committed by GitHub
parent 7d0f11bcb2
commit 0d073a0e2d

View File

@@ -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";