fix merge error

develop
myk002 2021-01-24 09:19:01 -08:00
parent 96dfea70c3
commit 10634b8ae5
No known key found for this signature in database
GPG Key ID: 8A39CA0FA0C16E78
1 changed files with 1 additions and 1 deletions

@ -1124,7 +1124,7 @@ static bool setSetting(std::string name, bool value) {
{
debug("setting all_enabled %d -> %d", all_enabled, value);
all_enabled = value;
return;
return true;
}
return planner.setGlobalSetting(name, value);
}