menu page queries

This commit is contained in:
MihailRis
2024-05-05 22:40:24 +03:00
parent 7f8a86b740
commit 4dc2c4701d
8 changed files with 55 additions and 11 deletions
+1 -2
View File
@@ -91,8 +91,7 @@ static int l_reconfig_packs(lua_State* L) {
}
auto controller = scripting::engine->getController();
controller->reconfigPacks(scripting::controller, addPacks, remPacks);
lua_pushboolean(L, scripting::controller != nullptr);
return 1;
return 0;
}
static int l_get_bindings(lua_State* L) {