Skip to content

Commit

Permalink
Merge pull request #21 from veteran29/unflip-time-increase
Browse files Browse the repository at this point in the history
Increase max of unflipping time limit setting to 600s
  • Loading branch information
veteran29 authored Jul 18, 2019
2 parents 6deee6a + 45d6bd9 commit a88640a
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 a88640a

Please sign in to comment.