Skip to content
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

fix script error from whitelist #913

Merged
merged 1 commit into from
Apr 22, 2018
Merged

fix script error from whitelist #913

merged 1 commit into from
Apr 22, 2018

Conversation

commy2
Copy link
Contributor

@commy2 commy2 commented Apr 22, 2018

When merged this pull request will:

  • fixes:
1:33:48 Error in expression <private _whitelist = getArray configFile/"cba_settings_whitelist";
private _cfg>
 1:33:48   Error position: </"cba_settings_whitelist";
private _cfg>
 1:33:48   Error /: Type Array, expected Number,Not a Number,Config entry
 1:33:48 File x\cba\addons\settings\fnc_whitelisted.sqf, line 5
 1:33:48 Error in expression <private _whitelist = getArray configFile/"cba_settings_whitelist";
private _cfg>
 1:33:48   Error position: </"cba_settings_whitelist";
private _cfg>
 1:33:48   Error Generic error in expression
 1:33:48 File x\cba\addons\settings\fnc_whitelisted.sqf, line 5

While / has a higher priority than >>, both are lower than the unary getArray.

@commy2 commy2 added the Bug Fix label Apr 22, 2018
@commy2 commy2 added this to the 3.7 milestone Apr 22, 2018
@commy2 commy2 merged commit c33cd46 into master Apr 22, 2018
@commy2 commy2 deleted the fix-whitelist-error branch April 22, 2018 09:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants