Lua to read tsOutputs #3376
This commit is contained in:
parent
8d7452e5d1
commit
0937499708
|
@ -548,7 +548,7 @@ void configureRusefiLuaHooks(lua_State* l) {
|
||||||
auto incrementVersion = lua_toboolean(l, 3);
|
auto incrementVersion = lua_toboolean(l, 3);
|
||||||
setConfigValueByName(propertyName, value);
|
setConfigValueByName(propertyName, value);
|
||||||
if (incrementVersion) {
|
if (incrementVersion) {
|
||||||
|
incrementGlobalConfigurationVersion();
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue