mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
fix 2 dup string warnings fix "Cannot delete class rscdisplayinfo" warning. Start extended vehicle damage debugging.
6 lines
94 B
Plaintext
6 lines
94 B
Plaintext
private ["_unit"];
|
|
_unit = _this select 0;
|
|
if (local _unit) then {
|
|
deleteVehicle _unit;
|
|
};
|