-
Notifications
You must be signed in to change notification settings - Fork 54
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
Added hotkey for chatter module #447
Conversation
Double press issue happens due to this error in CBA. A very difficult issue to resolve as it seems to be only caused by the key bind line. If it's changed then on my machine it breaks. |
In my testing, I have not been able to reproduce the error message. I only figured out it is something to do with either of the function calls/spawns in there. And I think it might actually be spawning the chatter function. |
@AresModAchillesExpansion/addons/settings_f/scripts/keybindings.sqf
Outdated
Show resolved
Hide resolved
In it’s current state, no errors are shown. If chatter is called, not spawned, an error message is returned because ChooseDialog runs only in scheduled for some reason. |
When merged this pull request will: