We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug CBA parse error caused by cba_settings not being able to join string containing side object.
17:53:25 [CBA] (settings) INFO: Mission Config: File [cba_settings.sqf] loaded successfully. 17:53:25 Error in expression <ring [10, 13, 9, 32] joinString ""; }; parseSimpleArray (["[", _string, "]"] jo> 17:53:25 Error position: <parseSimpleArray (["[", _string, "]"] jo> 17:53:25 Error Generic error in expression 17:53:25 File x\cba\addons\settings\fnc_parse.sqf..., line 30 17:53:25 Error in expression <ring [10, 13, 9, 32] joinString ""; }; parseSimpleArray (["[", _string, "]"] jo> 17:53:25 Error position: <parseSimpleArray (["[", _string, "]"] jo> 17:53:25 Error Generic error in expression 17:53:25 File x\cba\addons\settings\fnc_parse.sqf..., line 30 17:53:25 [ACE] (common) INFO: Parsed Settings Configs [71.8 ms] 17:53:25 [XEH]: One or more children of class All do not support Extended Event Handlers. Fall back to loop.
To Reproduce Steps to reproduce the behavior:
VCOM Version:
Additional mods used:
Additional context Possible solution string the objects and handle side detection in separate script.
The text was updated successfully, but these errors were encountered:
Duplicate of #155
Sorry, something went wrong.
No branches or pull requests
Describe the bug
CBA parse error caused by cba_settings not being able to join string containing side object.
To Reproduce
Steps to reproduce the behavior:
VCOM Version:
Additional mods used:
Additional context
Possible solution string the objects and handle side detection in separate script.
The text was updated successfully, but these errors were encountered: