1
0
mirror of https://github.com/acemod/ACE3.git synced 2024-08-30 18:23:18 +00:00

Add ability to define startup delay via config for AllVehicles ()

This commit is contained in:
Serg Vergun 2022-01-30 21:03:52 +03:00 committed by GitHub
parent 9ff5d34ce7
commit f21a5e49d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -18,7 +18,7 @@ class Extended_PostInit_EventHandlers {
};
class Extended_Engine_EventHandlers {
class Car {
class AllVehicles {
class ACE_EngineStartDelay {
clientEngine = QUOTE(if (local driver (_this select 0)) then {_this call FUNC(startEngine)};);
};