Merge pull request #1964 from oiad/patch-2

Remove comment for engine starting/stopping
This commit is contained in:
icomrade
2017-09-08 10:02:31 -04:00
committed by GitHub

View File

@@ -33,7 +33,7 @@ switch (_variable) do {
_vehicle = _arraytosend select 0;
_state = _arraytosend select 1;
if (local _vehicle) then {
//_vehicle engineOn _state;
_vehicle engineOn _state;
_vehicle setOwner _owner;
} else {
PVCDZ_veh_engineSwitch = _arraytosend;