mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Switched to serverInit instead of init as per suggestion from @SilentSpike
This commit is contained in:
parent
ed66255b19
commit
1417429782
@ -8,7 +8,7 @@ class Extended_PreInit_EventHandlers {
|
||||
class Extended_InitPost_EventHandlers {
|
||||
class AllVehicles {
|
||||
class ADDON {
|
||||
init = QUOTE(call FUNC(addObjectToCurator));
|
||||
serverInit = QUOTE(call FUNC(addObjectToCurator));
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user