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

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

View File

@ -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)};);
};