Skip to content

Commit

Permalink
Fix FCS Vehicle Init (#5063)
Browse files Browse the repository at this point in the history
  • Loading branch information
PabstMirror authored Apr 11, 2017
1 parent fd139ab commit f0c8d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/fcs/CfgEventHandlers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Extended_PostInit_EventHandlers {
};
};

class Extended_Init_EventHandlers {
class Extended_InitPost_EventHandlers {
class Tank {
class ADDON {
serverInit = QUOTE(_this call FUNC(vehicleInit));
Expand Down

0 comments on commit f0c8d5a

Please sign in to comment.