Skip to content

Commit b768db0

Browse files
authored
register CBA settings on preInit instead of postInit
1 parent c20c4fc commit b768db0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/main/CfgFunctions.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class CfgFunctions
2222
class EHGetOut {};
2323
class EHHandleDisconnect {};
2424
class EHKilled {};
25-
class registerCBASettings {postInit = 1};
25+
class registerCBASettings {preInit = 1};
2626
class weaponHolder {};
2727
class whitelist {};
2828
class isWhitelisted {};

0 commit comments

Comments
 (0)