mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 04:23:13 +03:00
Fix damage on vehicles
Thx to mmrsz for letting me know
This commit is contained in:
@@ -44,8 +44,6 @@ if (_isNotOk) exitWith {
|
||||
//deleteVehicle _object;
|
||||
};
|
||||
|
||||
_object setVariable ["lastUpdate",diag_ticktime,true];
|
||||
|
||||
call {
|
||||
if (_type == "all") exitwith {
|
||||
[_object,_objectID,_class] call server_obj_pos;
|
||||
@@ -75,4 +73,4 @@ call {
|
||||
[_object,_objectID,_objectUID,_class] call server_obj_inv;
|
||||
};
|
||||
"";
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user