Skip to content

Commit

Permalink
Increase max of unflipping time limit setting to 600s
Browse files Browse the repository at this point in the history
Closes #7
  • Loading branch information
veteran29 committed Jul 17, 2019
1 parent d21ba15 commit 45d6bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/unflipping/initSettings.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"SLIDER",
[localize "STR_vet_unflipping_time", localize "STR_vet_unflipping_time_desc"],
SETTINGS_CAT,
[1, 10, 5, 0],
[1, 600, 5, 0],
true,
{}
] call CBA_Settings_fnc_init;
Expand Down

0 comments on commit 45d6bd9

Please sign in to comment.