Remove comment for engine starting/stopping

Actually makes this functional without editing it, this is quite useful for custom scripts.
This commit is contained in:
oiad
2017-08-17 23:33:51 +12:00
committed by GitHub
parent 026788e714
commit e21e0e217f

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;