mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Update vanilla building
Vanilla commits:2ee56936be8497b42d3feb234f8b06
This commit is contained in:
@@ -7,7 +7,7 @@ _owner = owner _unit;
|
||||
|
||||
//diag_log format ["%1, %2, %3, %4", _unit, _variable, _arraytosend, _owner];
|
||||
|
||||
switch (_variable) do {
|
||||
switch (_variable) do {
|
||||
case "VehHandleDam": {
|
||||
_vehicle = _arraytosend select 0;
|
||||
if (local _vehicle) then {
|
||||
@@ -134,4 +134,5 @@ switch (_variable) do {
|
||||
};
|
||||
} forEach playableUnits;
|
||||
};
|
||||
default { diag_log format ["%1, %2, %3, %4", _unit, _variable, _arraytosend, _owner]; };
|
||||
};
|
||||
Reference in New Issue
Block a user