Skip to content

Commit

Permalink
Fix static weapons not being loadable in cargo (#4205)
Browse files Browse the repository at this point in the history
- Fix #4165
  • Loading branch information
PabstMirror authored Aug 5, 2016
1 parent fbd8fb5 commit dc7ac4c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions addons/cargo/CfgEventHandlers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,9 @@ class Extended_InitPost_EventHandlers {
init = QUOTE(_this call DFUNC(initObject));
};
};
class StaticWeapon {
class ADDON {
init = QUOTE(_this call DFUNC(initObject));
};
};
};

0 comments on commit dc7ac4c

Please sign in to comment.