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

Let whitelisted UIDs save server settings #978

Merged
merged 2 commits into from
Sep 13, 2018

Conversation

neilzar
Copy link
Contributor

@neilzar neilzar commented Sep 9, 2018

When merged this pull request will:

  • Fix fnc_set to allow whitelisted to save server settings

@@ -132,7 +132,7 @@ switch (toLower _source) do {

[QGVAR(refreshSetting), _setting] call CBA_fnc_globalEvent;
} else {
if (IS_ADMIN_LOGGED) then {
if (FUNC(whitelisted)) then {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it should be:

if (call FUNC(whitelisted)) then {

, because if CODE doesn't work.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Woops, you're right. I copied the change from the original PR https://github.com/CBATeam/CBA_A3/pull/892/files#diff-7dae6d56b20dafd78a576ce4a08a7dcaR96

@jonpas jonpas changed the title Let whitelisted UIDs save server settings. Let whitelisted UIDs save server settings Sep 11, 2018
@commy2 commy2 added this to the 3.8.1 milestone Sep 13, 2018
@commy2 commy2 added the Bug Fix label Sep 13, 2018
@commy2 commy2 merged commit 9ad30cc into CBATeam:master Sep 13, 2018
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