Skip to content

Commit

Permalink
register CBA settings on preInit instead of postInit
Browse files Browse the repository at this point in the history
  • Loading branch information
DerZade authored Jan 14, 2024
1 parent c20c4fc commit b768db0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/main/CfgFunctions.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class CfgFunctions
class EHGetOut {};
class EHHandleDisconnect {};
class EHKilled {};
class registerCBASettings {postInit = 1};
class registerCBASettings {preInit = 1};
class weaponHolder {};
class whitelist {};
class isWhitelisted {};
Expand Down

0 comments on commit b768db0

Please sign in to comment.