-
Notifications
You must be signed in to change notification settings - Fork 149
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
[CBA_help] script error on headless clients #467
Comments
Problem is not that the variable is not initialized on headless clients, but that This line has to be changed to make
If it's your mod then maybe you can for now restrict |
It's not my mod/Mission where addkeybind is called on an headless client. Nevertheless your push should fix the Issue anyway. Thx. |
Yup. Issue will be fixed. I just thought that this could help solving the problem without having to wait for a CBA update. |
Since it's nothing critical, just a single script error - I can live with that until the next CBA release ;-) |
Quit 'CBA_fnc_addKeybind' on headless clients, fix #467
Arma 3 Version:
1.62
(stable)CBA Version:
3.0.0
(stable)Mods:
@CBA_A3
Description:
Error Undefined variable in expression: cba_keybinding_activemods File x\cba\addons\help\XEH_postClientInit.sqf, line 70
Script error since headlessClient don't get the variable initialized
See: https://github.com/CBATeam/CBA_A3/blob/master/addons/keybinding/XEH_preInit.sqf#L4
the whole help component shouldn't be executed on the headless clients.
Steps to reproduce:
Where did the issue occur?
RPT log file:
The text was updated successfully, but these errors were encountered: