copy-paste bad
This commit is contained in:
parent
9f88281566
commit
2c2429854b
|
@ -756,7 +756,6 @@ void configureRusefiLuaHooks(lua_State* l) {
|
|||
return 0;
|
||||
});
|
||||
lua_register(l, "setEtbDisabled", [](lua_State* l) {
|
||||
auto luaAdjustment = luaL_checknumber(l, 1);
|
||||
engine->engineState.lua.luaDisableEtb = lua_toboolean(l, 1);
|
||||
return 0;
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue