Lua to read tsOutputs #3376

This commit is contained in:
rusefillc 2021-12-15 13:25:09 -05:00
parent 8d7452e5d1
commit 0937499708
1 changed files with 1 additions and 1 deletions

View File

@ -548,7 +548,7 @@ void configureRusefiLuaHooks(lua_State* l) {
auto incrementVersion = lua_toboolean(l, 3);
setConfigValueByName(propertyName, value);
if (incrementVersion) {
incrementGlobalConfigurationVersion();
}
return 0;
});