-
Notifications
You must be signed in to change notification settings - Fork 739
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Explosives - Add CBA settings for max/min/default timer values #7916
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should maybe remove the custom timer limits from the docs to prevent CBA settings from being set/changed directly.
Also, what happens if users set the min value higher than the max? Or the default value not within the range?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Min value being greater than max handled by sliderRange[]
config entry being set to the default min/max. Also, I think it is reasonable to expect the user to configure the settings properly.
The only downside is this could break old missions using the old But it also will be easy enough to update to the new way |
When merged this pull request will: