Skip to content

Commit

Permalink
Changed CBA default values for pre-release test
Browse files Browse the repository at this point in the history
  • Loading branch information
Wyqer committed Jul 20, 2018
1 parent 62b409b commit 64ea6e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/KP_Ranks/fnc/fn_initCBA.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"CHECKBOX",
[localize "STR_KPR_CBA_EXTLOG", localize "STR_KPR_CBA_EXTLOGDESC"],
"KP Ranks",
false,
true,
true
] call CBA_Settings_fnc_init;

Expand All @@ -68,7 +68,7 @@
"CHECKBOX",
[localize "STR_KPR_CBA_LEVELENB", localize "STR_KPR_CBA_LEVELENBDESC"],
"KP Ranks Leveling System",
false,
true,
true,
{
if (KPR_levelSystem) then {
Expand Down

0 comments on commit 64ea6e6

Please sign in to comment.