Fix FCS Vehicle Init (#5063)

This commit is contained in:
PabstMirror 2017-04-11 10:02:59 -05:00 committed by GitHub
parent fd139abb42
commit f0c8d5ad95

View File

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