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 (#8744)
This commit is contained in:
parent
9ff5d34ce7
commit
f21a5e49d7
@ -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)};);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user