mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix FCS Vehicle Init (#5063)
This commit is contained in:
parent
fd139abb42
commit
f0c8d5ad95
@ -17,7 +17,7 @@ class Extended_PostInit_EventHandlers {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
class Extended_Init_EventHandlers {
|
class Extended_InitPost_EventHandlers {
|
||||||
class Tank {
|
class Tank {
|
||||||
class ADDON {
|
class ADDON {
|
||||||
serverInit = QUOTE(_this call FUNC(vehicleInit));
|
serverInit = QUOTE(_this call FUNC(vehicleInit));
|
||||||
|
Loading…
Reference in New Issue
Block a user