mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
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:
commit
7c4faee388
@ -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"];
|
||||||
|
Loading…
Reference in New Issue
Block a user