Skip to content

Commit

Permalink
Apply fix correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
mjc4wilton committed May 22, 2024
1 parent c73d055 commit 08f2944
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 22 deletions.
5 changes: 5 additions & 0 deletions addons/main/initSettings.inc.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,8 @@
true, // default value
true // isGlobal
] call CBA_fnc_addSetting;

// Blacklisted variables for mods that don't want variables to be transferred. Useful for very particular cases.
GVAR(VarBlacklist) = [

];
22 changes: 0 additions & 22 deletions addons/main/initSettings.sqf

This file was deleted.

0 comments on commit 08f2944

Please sign in to comment.