Merge pull request #6623 from acemod/fix-viv-engine

fix engine start delay turning viv laoded vehicle when starting the engine
This commit is contained in:
commy2 2018-10-06 14:09:12 +02:00 committed by GitHub
commit 7c4faee388
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@
params ["_vehicle", "_isEngineOn"]; params ["_vehicle", "_isEngineOn"];
if (!_isEngineOn || {floor abs speed _vehicle > 0}) exitWith {}; if (!_isEngineOn || {floor abs speed _vehicle > 0 || {!isNull isVehicleCargo _vehicle}}) exitWith {};
[{ [{
params ["_args", "_idPFH"]; params ["_args", "_idPFH"];