Update vanilla building

Vanilla commits:

2ee56936be

8497b42d3f

eb234f8b06
This commit is contained in:
ebaydayz
2017-01-22 14:41:53 -05:00
parent f8047167d8
commit ff6463473f
6 changed files with 48 additions and 15 deletions

View File

@@ -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]; };
};